#064E98

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

Shades of Cobalt #064E98

Tints of Cobalt #064E98

Color information

#064E98 (or 0x064E98) is unknown color: approx Cobalt. HEX triplet: 06, 4E and 98. RGB value is (6,78,152). Sum of RGB (Red+Green+Blue) = 6+78+152=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #064E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064E98 is #F9B167. Grayscale: #404040. Windows color (decimal): -16363880 or 9981446. OLE color: 9981446.

HSL color Cylindrical-coordinate representation of color #064E98: hue angle of 210.41º degrees, saturation: 0.92, 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 #064E98 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB678152-
CMYK0.960.4900.40
HSL210.41º92.41%30.98%-
HSV(B)210.41º96.05%59.61%-
XYZ8.477.7530.76-
YUV64.91177.1585.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.54%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 152 (59.77% from 255) = 64.41%
R=2.54%
G=33.05%
B=64.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6781520.960.4900.40210.4192.4130.98
Hex64E986031028d25c1f
Octal61162301406105032213437
Binary1101001110100110001100000110001010100011010010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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