Html Css Color HEX #054CAA Cobalt

📋 copy color: '#054CAA'

red 5 ◦ green 76 ◦ blue 170

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

Shades of Cobalt #054CAA

Tints of Cobalt #054CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.28%

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

R = 1.99%
G = 30.28%
B = 67.73%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#054CAA (or 0x054CAA) is known color: Cobalt. HEX triplet: 05, 4C and AA. RGB value is (5,76,170). Sum of RGB (Red+Green+Blue) = 5+76+170=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #054CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054CAA is #FAB355. Grayscale: #414141. Windows color (decimal): -16429910 or 11160581. OLE color: 11160581.

HSL color Cylindrical-coordinate representation of color #054CAA: hue angle of 214.18º 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 #054CAA is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 76 170 -
CMYK 0.97 0.55 0 0.33
HSL 214.18º 0.94% 0.34% -
HSV(B) 214.18º 0.97% 0.67% -
XYZ 9.9 8.1 39.07 -
YUV 65.49 186.98 84.86 -
System Red Green Blue C M Y K H S L
Decimal 5 76 170 0.97 0.55 0 0.33 214.18 0.94 0.34
Hex 5 4C AA 61 37 0 21 D6 5E 22
Octal 5 114 252 141 67 0 41 326 136 42
Binary 101 1001100 10101010 1100001 110111 0 100001 11010110 1011110 100010

Color Harmonies of #054CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CAA

Black with #054CAA

Text Example


Text Example

White with #054CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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