Html Css Color HEX #054FAA Cobalt

📋 copy color: '#054FAA'

red 5 ◦ green 79 ◦ blue 170

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

Shades of Cobalt #054FAA

Tints of Cobalt #054FAA

RGB

 RED value IS 5 (2.34% from 255) = 1.97%

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

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

R = 1.97%
G = 31.1%
B = 66.93%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#054FAA (or 0x054FAA) is known color: Cobalt. HEX triplet: 05, 4F and AA. RGB value is (5,79,170). Sum of RGB (Red+Green+Blue) = 5+79+170=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #054FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054FAA is #FAB055. Grayscale: #424242. Windows color (decimal): -16429142 or 11161349. OLE color: 11161349.

HSL color Cylindrical-coordinate representation of color #054FAA: hue angle of 213.09º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054FAA is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 79 170 -
CMYK 0.97 0.54 0 0.33
HSL 213.09º 0.94% 0.34% -
HSV(B) 213.09º 0.97% 0.67% -
XYZ 10.11 8.53 39.14 -
YUV 67.25 185.98 83.6 -
System Red Green Blue C M Y K H S L
Decimal 5 79 170 0.97 0.54 0 0.33 213.09 0.94 0.34
Hex 5 4F AA 61 36 0 21 D5 5E 22
Octal 5 117 252 141 66 0 41 325 136 42
Binary 101 1001111 10101010 1100001 110110 0 100001 11010101 1011110 100010

Color Harmonies of #054FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054FAA

Black with #054FAA

Text Example


Text Example

White with #054FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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