#065C9A

Color #065C9A Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #065C9A

Tints of Cobalt #065C9A

Color information

#065C9A (or 0x065C9A) is unknown color: approx Cobalt. HEX triplet: 06, 5C and 9A. RGB value is (6,92,154). Sum of RGB (Red+Green+Blue) = 6+92+154=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #065C9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065C9A is #F9A365. Grayscale: #494949. Windows color (decimal): -16360294 or 10116102. OLE color: 10116102.

HSL color Cylindrical-coordinate representation of color #065C9A: hue angle of 205.14º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065C9A is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB692154-
CMYK0.960.4000.40
HSL205.14º92.5%31.37%-
HSV(B)205.14º96.1%60.39%-
XYZ9.7310.0331.99-
YUV73.35173.5179.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.38%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 154 (60.55% from 255) = 61.11%
R=2.38%
G=36.51%
B=61.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6921540.960.4000.40205.1492.531.37
Hex65C9A6028028cd5c1f
Octal61342321405005031513437
Binary1101011100100110101100000101000010100011001101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065C9A; }

 p { color: rgb(6,92,154); }

 H1.HeaderClassName
 {
   color: #065C9A;
 }
 .AnyTagClassName
 {
   color: #065C9A;
 }
</style>
background-color css

<style>
 a { background-color: #065C9A; }

 a { background-color: rgb(6,92,154); }

 div.DivClassName
 {
   background-color: #065C9A;
 }
 .BgClassName
 {
   background-color: #065C9A;
 }
</style>
border-color css

<style>
 span { border-color: #065C9A; }

 span { border-color: rgb(6,92,154); }

 td.TdClassName
 {
   border-color: #065C9A;
 }
 .TagClassName
 {
   border-color: #065C9A;
 }
</style>