#064E9B

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

Shades of Cobalt #064E9B

Tints of Cobalt #064E9B

Color information

#064E9B (or 0x064E9B) is unknown color: approx Cobalt. HEX triplet: 06, 4E and 9B. RGB value is (6,78,155). Sum of RGB (Red+Green+Blue) = 6+78+155=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #064E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064E9B is #F9B164. Grayscale: #404040. Windows color (decimal): -16363877 or 10178054. OLE color: 10178054.

HSL color Cylindrical-coordinate representation of color #064E9B: hue angle of 211.01º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064E9B is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB678155-
CMYK0.960.5000.39
HSL211.01º92.55%31.57%-
HSV(B)211.01º96.13%60.78%-
XYZ8.727.8532.07-
YUV65.25178.6585.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.51%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 155 (60.94% from 255) = 64.85%
R=2.51%
G=32.64%
B=64.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6781550.960.5000.39211.0192.5531.57
Hex64E9B6032027d35d20
Octal61162331406204732313540
Binary11010011101001101111000001100100100111110100111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,78,155); }

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

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

 a { background-color: rgb(6,78,155); }

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

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

 span { border-color: rgb(6,78,155); }

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