Html Css Color HEX #064E96 Cobalt

📋 copy color: '#064E96'

red 6 ◦ green 78 ◦ blue 150

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

Shades of Cobalt #064E96

Tints of Cobalt #064E96

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.33%

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

R = 2.56%
G = 33.33%
B = 64.1%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#064E96 (or 0x064E96) is known color: Cobalt. HEX triplet: 06, 4E and 96. RGB value is (6,78,150). Sum of RGB (Red+Green+Blue) = 6+78+150=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #064E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064E96 is #F9B169. Grayscale: #404040. Windows color (decimal): -16363882 or 9850374. OLE color: 9850374.

HSL color Cylindrical-coordinate representation of color #064E96: hue angle of 210º 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 #064E96 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 78 150 -
CMYK 0.96 0.48 0 0.41
HSL 210º 0.92% 0.31% -
HSV(B) 210º 0.96% 0.59% -
XYZ 8.3 7.69 29.9 -
YUV 64.68 176.15 86.15 -
System Red Green Blue C M Y K H S L
Decimal 6 78 150 0.96 0.48 0 0.41 210 0.92 0.31
Hex 6 4E 96 60 30 0 29 D2 5C 1F
Octal 6 116 226 140 60 0 51 322 134 37
Binary 110 1001110 10010110 1100000 110000 0 101001 11010010 1011100 11111

Color Harmonies of #064E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E96

Black with #064E96

Text Example


Text Example

White with #064E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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