Html Css Color HEX #064DB3 Cobalt

📋 copy color: '#064DB3'

red 6 ◦ green 77 ◦ blue 179

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

Shades of Cobalt #064DB3

Tints of Cobalt #064DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 68.32%

R = 2.29%
G = 29.39%
B = 68.32%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#064DB3 (or 0x064DB3) is known color: Cobalt. HEX triplet: 06, 4D and B3. RGB value is (6,77,179). Sum of RGB (Red+Green+Blue) = 6+77+179=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 179 (70.31% from 255 or 68.32% from 262); Max value from RGB is 179 - color contains mainly: blue. Hex color #064DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064DB3 is #F9B24C. Grayscale: #424242. Windows color (decimal): -16364109 or 11750662. OLE color: 11750662.

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

Color convert

RGB 6 77 179 -
CMYK 0.97 0.57 0 0.30
HSL 215.38º 0.94% 0.36% -
HSV(B) 215.38º 0.97% 0.7% -
XYZ 10.87 8.6 43.74 -
YUV 67.4 190.98 84.21 -
System Red Green Blue C M Y K H S L
Decimal 6 77 179 0.97 0.57 0 0.30 215.38 0.94 0.36
Hex 6 4D B3 61 39 0 1E D7 5E 24
Octal 6 115 263 141 71 0 36 327 136 44
Binary 110 1001101 10110011 1100001 111001 0 11110 11010111 1011110 100100

Color Harmonies of #064DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DB3

Black with #064DB3

Text Example


Text Example

White with #064DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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