Html Css Color HEX #064DB4 Cobalt

📋 copy color: '#064DB4'

red 6 ◦ green 77 ◦ blue 180

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

Shades of Cobalt #064DB4

Tints of Cobalt #064DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 68.44%

R = 2.28%
G = 29.28%
B = 68.44%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#064DB4 (or 0x064DB4) is known color: Cobalt. HEX triplet: 06, 4D and B4. RGB value is (6,77,180). Sum of RGB (Red+Green+Blue) = 6+77+180=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 180 (70.70% from 255 or 68.44% from 263); Max value from RGB is 180 - color contains mainly: blue. Hex color #064DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064DB4 is #F9B24B. Grayscale: #434343. Windows color (decimal): -16364108 or 11816198. OLE color: 11816198.

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

Color convert

RGB 6 77 180 -
CMYK 0.97 0.57 0 0.29
HSL 215.52º 0.94% 0.36% -
HSV(B) 215.52º 0.97% 0.71% -
XYZ 10.97 8.64 44.27 -
YUV 67.51 191.48 84.12 -
System Red Green Blue C M Y K H S L
Decimal 6 77 180 0.97 0.57 0 0.29 215.52 0.94 0.36
Hex 6 4D B4 61 39 0 1D D8 5E 24
Octal 6 115 264 141 71 0 35 330 136 44
Binary 110 1001101 10110100 1100001 111001 0 11101 11011000 1011110 100100

Color Harmonies of #064DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DB4

Black with #064DB4

Text Example


Text Example

White with #064DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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