#065DAA

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

Shades of Cobalt #065DAA

Tints of Cobalt #065DAA

Color information

#065DAA (or 0x065DAA) is unknown color: approx Cobalt. HEX triplet: 06, 5D and AA. RGB value is (6,93,170). Sum of RGB (Red+Green+Blue) = 6+93+170=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #065DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065DAA is #F9A255. Grayscale: #4B4B4B. Windows color (decimal): -16360022 or 11164934. OLE color: 11164934.

HSL color Cylindrical-coordinate representation of color #065DAA: hue angle of 208.17º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065DAA is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB693170-
CMYK0.960.4500.33
HSL208.17º93.18%34.51%-
HSV(B)208.17º96.47%66.67%-
XYZ11.2510.7739.52-
YUV75.76181.1878.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.23%
GREEN value IS 93 (36.72% from 255) = 34.57%
BLUE value IS 170 (66.80% from 255) = 63.20%
R=2.23%
G=34.57%
B=63.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6931700.960.4500.33208.1793.1834.51
Hex65DAA602D021d05d23
Octal61352521405504132013543
Binary11010111011010101011000001011010100001110100001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,93,170); }

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

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

 a { background-color: rgb(6,93,170); }

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

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

 span { border-color: rgb(6,93,170); }

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