Html Css Color HEX #064DAB Cobalt

📋 copy color: '#064DAB'

red 6 ◦ green 77 ◦ blue 171

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

Shades of Cobalt #064DAB

Tints of Cobalt #064DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.32%

R = 2.36%
G = 30.31%
B = 67.32%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#064DAB (or 0x064DAB) is known color: Cobalt. HEX triplet: 06, 4D and AB. RGB value is (6,77,171). Sum of RGB (Red+Green+Blue) = 6+77+171=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #064DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064DAB is #F9B254. Grayscale: #424242. Windows color (decimal): -16364117 or 11226374. OLE color: 11226374.

HSL color Cylindrical-coordinate representation of color #064DAB: hue angle of 214.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064DAB is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 77 171 -
CMYK 0.96 0.55 0 0.33
HSL 214.18º 0.93% 0.35% -
HSV(B) 214.18º 0.96% 0.67% -
XYZ 10.08 8.29 39.6 -
YUV 66.49 186.98 84.86 -
System Red Green Blue C M Y K H S L
Decimal 6 77 171 0.96 0.55 0 0.33 214.18 0.93 0.35
Hex 6 4D AB 60 37 0 21 D6 5D 23
Octal 6 115 253 140 67 0 41 326 135 43
Binary 110 1001101 10101011 1100000 110111 0 100001 11010110 1011101 100011

Color Harmonies of #064DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DAB

Black with #064DAB

Text Example


Text Example

White with #064DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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