Html Css Color HEX #064896 Cobalt

📋 copy color: '#064896'

red 6 ◦ green 72 ◦ blue 150

#064896
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #064896

Tints of Cobalt #064896

RGB

 RED value IS 6 (2.73% from 255) = 2.63%

 GREEN value IS 72 (28.52% from 255) = 31.58%

 BLUE value IS 150 (58.98% from 255) = 65.79%

R = 2.63%
G = 31.58%
B = 65.79%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#064896 (or 0x064896) is known color: Cobalt. HEX triplet: 06, 48 and 96. RGB value is (6,72,150). Sum of RGB (Red+Green+Blue) = 6+72+150=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #064896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064896 is #F9B769. Grayscale: #3C3C3C. Windows color (decimal): -16365418 or 9848838. OLE color: 9848838.

HSL color Cylindrical-coordinate representation of color #064896: hue angle of 212.5º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064896 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 72 150 -
CMYK 0.96 0.52 0 0.41
HSL 212.5º 0.92% 0.31% -
HSV(B) 212.5º 0.96% 0.59% -
XYZ 7.9 6.88 29.77 -
YUV 61.16 178.13 88.66 -
System Red Green Blue C M Y K H S L
Decimal 6 72 150 0.96 0.52 0 0.41 212.5 0.92 0.31
Hex 6 48 96 60 34 0 29 D4 5C 1F
Octal 6 110 226 140 64 0 51 324 134 37
Binary 110 1001000 10010110 1100000 110100 0 101001 11010100 1011100 11111

Color Harmonies of #064896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064896

Black with #064896

Text Example


Text Example

White with #064896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064896; }

 p { color: rgb(6,72,150); }

 H1.HeaderClassName
 {
   color: #064896;
 }
 .AnyTagClassName
 {
   color: #064896;
 }
</style>

background-color css

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

 a { background-color: rgb(6,72,150); }

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

border-color css

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

 span { border-color: rgb(6,72,150); }

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