Html Css Color HEX #064DB6 Cobalt

📋 copy color: '#064DB6'

red 6 ◦ green 77 ◦ blue 182

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

Shades of Cobalt #064DB6

Tints of Cobalt #064DB6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.06%

 BLUE value IS 182 (71.48% from 255) = 68.68%

R = 2.26%
G = 29.06%
B = 68.68%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#064DB6 (or 0x064DB6) is known color: Cobalt. HEX triplet: 06, 4D and B6. RGB value is (6,77,182). Sum of RGB (Red+Green+Blue) = 6+77+182=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 182 (71.48% from 255 or 68.68% from 265); Max value from RGB is 182 - color contains mainly: blue. Hex color #064DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064DB6 is #F9B249. Grayscale: #434343. Windows color (decimal): -16364106 or 11947270. OLE color: 11947270.

HSL color Cylindrical-coordinate representation of color #064DB6: hue angle of 215.8º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064DB6 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 6 77 182 -
CMYK 0.97 0.58 0 0.29
HSL 215.8º 0.94% 0.37% -
HSV(B) 215.8º 0.97% 0.71% -
XYZ 11.17 8.72 45.35 -
YUV 67.74 192.48 83.96 -
System Red Green Blue C M Y K H S L
Decimal 6 77 182 0.97 0.58 0 0.29 215.8 0.94 0.37
Hex 6 4D B6 61 3A 0 1D D8 5E 25
Octal 6 115 266 141 72 0 35 330 136 45
Binary 110 1001101 10110110 1100001 111010 0 11101 11011000 1011110 100101

Color Harmonies of #064DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DB6

Black with #064DB6

Text Example


Text Example

White with #064DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,77,182); }

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

background-color css

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

 a { background-color: rgb(6,77,182); }

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

border-color css

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

 span { border-color: rgb(6,77,182); }

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