#064998

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

Shades of Cobalt #064998

Tints of Cobalt #064998

Color information

#064998 (or 0x064998) is unknown color: approx Cobalt. HEX triplet: 06, 49 and 98. RGB value is (6,73,152). Sum of RGB (Red+Green+Blue) = 6+73+152=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #064998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064998 is #F9B667. Grayscale: #3D3D3D. Windows color (decimal): -16365160 or 9980166. OLE color: 9980166.

HSL color Cylindrical-coordinate representation of color #064998: hue angle of 212.47º 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 #064998 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB673152-
CMYK0.960.5200.40
HSL212.47º92.41%30.98%-
HSV(B)212.47º96.05%59.61%-
XYZ8.137.0730.64-
YUV61.97178.888.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.60%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 152 (59.77% from 255) = 65.80%
R=2.60%
G=31.60%
B=65.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6731520.960.5200.40212.4792.4130.98
Hex649986034028d45c1f
Octal61112301406405032413437
Binary1101001001100110001100000110100010100011010100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064998; }

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

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

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

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

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

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

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

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