Html Css Color HEX #064995 Cobalt

📋 copy color: '#064995'

red 6 ◦ green 73 ◦ blue 149

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

Shades of Cobalt #064995

Tints of Cobalt #064995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.02%

 BLUE value IS 149 (58.59% from 255) = 65.35%

R = 2.63%
G = 32.02%
B = 65.35%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#064995 (or 0x064995) is known color: Cobalt. HEX triplet: 06, 49 and 95. RGB value is (6,73,149). Sum of RGB (Red+Green+Blue) = 6+73+149=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #064995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064995 is #F9B66A. Grayscale: #3D3D3D. Windows color (decimal): -16365163 or 9783558. OLE color: 9783558.

HSL color Cylindrical-coordinate representation of color #064995: hue angle of 211.89º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064995 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 73 149 -
CMYK 0.96 0.51 0 0.42
HSL 211.89º 0.92% 0.3% -
HSV(B) 211.89º 0.96% 0.58% -
XYZ 7.88 6.97 29.36 -
YUV 61.63 177.3 88.32 -
System Red Green Blue C M Y K H S L
Decimal 6 73 149 0.96 0.51 0 0.42 211.89 0.92 0.3
Hex 6 49 95 60 33 0 2A D4 5C 1E
Octal 6 111 225 140 63 0 52 324 134 36
Binary 110 1001001 10010101 1100000 110011 0 101010 11010100 1011100 11110

Color Harmonies of #064995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064995

Black with #064995

Text Example


Text Example

White with #064995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064995; }

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

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

background-color css

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

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

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

border-color css

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

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

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