Html Css Color HEX #064FAA Cobalt

📋 copy color: '#064FAA'

red 6 ◦ green 79 ◦ blue 170

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

Shades of Cobalt #064FAA

Tints of Cobalt #064FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 66.67%

R = 2.35%
G = 30.98%
B = 66.67%

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

#064FAA (or 0x064FAA) is known color: Cobalt. HEX triplet: 06, 4F and AA. RGB value is (6,79,170). Sum of RGB (Red+Green+Blue) = 6+79+170=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #064FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064FAA is #F9B055. Grayscale: #434343. Windows color (decimal): -16363606 or 11161350. OLE color: 11161350.

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

Color convert

RGB 6 79 170 -
CMYK 0.96 0.54 0 0.33
HSL 213.29º 0.93% 0.35% -
HSV(B) 213.29º 0.96% 0.67% -
XYZ 10.13 8.53 39.14 -
YUV 67.55 185.82 84.1 -
System Red Green Blue C M Y K H S L
Decimal 6 79 170 0.96 0.54 0 0.33 213.29 0.93 0.35
Hex 6 4F AA 60 36 0 21 D5 5D 23
Octal 6 117 252 140 66 0 41 325 135 43
Binary 110 1001111 10101010 1100000 110110 0 100001 11010101 1011101 100011

Color Harmonies of #064FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064FAA

Black with #064FAA

Text Example


Text Example

White with #064FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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