Html Css Color HEX #064FAB Cobalt

📋 copy color: '#064FAB'

red 6 ◦ green 79 ◦ blue 171

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

Shades of Cobalt #064FAB

Tints of Cobalt #064FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.86%

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

R = 2.34%
G = 30.86%
B = 66.8%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#064FAB (or 0x064FAB) is known color: Cobalt. HEX triplet: 06, 4F and AB. RGB value is (6,79,171). Sum of RGB (Red+Green+Blue) = 6+79+171=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #064FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064FAB is #F9B054. Grayscale: #434343. Windows color (decimal): -16363605 or 11226886. OLE color: 11226886.

HSL color Cylindrical-coordinate representation of color #064FAB: hue angle of 213.45º 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 #064FAB is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 79 171 -
CMYK 0.96 0.54 0 0.33
HSL 213.45º 0.93% 0.35% -
HSV(B) 213.45º 0.96% 0.67% -
XYZ 10.22 8.57 39.64 -
YUV 67.66 186.32 84.02 -
System Red Green Blue C M Y K H S L
Decimal 6 79 171 0.96 0.54 0 0.33 213.45 0.93 0.35
Hex 6 4F AB 60 36 0 21 D5 5D 23
Octal 6 117 253 140 66 0 41 325 135 43
Binary 110 1001111 10101011 1100000 110110 0 100001 11010101 1011101 100011

Color Harmonies of #064FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064FAB

Black with #064FAB

Text Example


Text Example

White with #064FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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