#064DB8

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

Shades of Cobalt #064DB8

Tints of Cobalt #064DB8

Color information

#064DB8 (or 0x064DB8) is unknown color: approx Cobalt. HEX triplet: 06, 4D and B8. RGB value is (6,77,184). Sum of RGB (Red+Green+Blue) = 6+77+184=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 184 (72.27% from 255 or 68.91% from 267); Max value from RGB is 184 - color contains mainly: blue. Hex color #064DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064DB8 is #F9B247. Grayscale: #434343. Windows color (decimal): -16364104 or 12078342. OLE color: 12078342.

HSL color Cylindrical-coordinate representation of color #064DB8: hue angle of 216.07º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064DB8 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB677184-
CMYK0.970.5800.28
HSL216.07º93.68%37.25%-
HSV(B)216.07º96.74%72.16%-
XYZ11.388.8146.45-
YUV67.97193.4883.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.25%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 184 (72.27% from 255) = 68.91%
R=2.25%
G=28.84%
B=68.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6771840.970.5800.28216.0793.6837.25
Hex64DB8613A01Cd85e25
Octal61152701417203433013645
Binary1101001101101110001100001111010011100110110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064DB8; }

 p { color: rgb(6,77,184); }

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

<style>
 a { background-color: #064DB8; }

 a { background-color: rgb(6,77,184); }

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

<style>
 span { border-color: #064DB8; }

 span { border-color: rgb(6,77,184); }

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