Html Css Color HEX #054DAA Cobalt

📋 copy color: '#054DAA'

red 5 ◦ green 77 ◦ blue 170

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

Shades of Cobalt #054DAA

Tints of Cobalt #054DAA

RGB

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

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

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

R = 1.98%
G = 30.56%
B = 67.46%

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

#054DAA (or 0x054DAA) is known color: Cobalt. HEX triplet: 05, 4D and AA. RGB value is (5,77,170). Sum of RGB (Red+Green+Blue) = 5+77+170=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #054DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054DAA is #FAB255. Grayscale: #414141. Windows color (decimal): -16429654 or 11160837. OLE color: 11160837.

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

Color convert

RGB 5 77 170 -
CMYK 0.97 0.55 0 0.33
HSL 213.82º 0.94% 0.34% -
HSV(B) 213.82º 0.97% 0.67% -
XYZ 9.97 8.24 39.1 -
YUV 66.07 186.65 84.44 -
System Red Green Blue C M Y K H S L
Decimal 5 77 170 0.97 0.55 0 0.33 213.82 0.94 0.34
Hex 5 4D AA 61 37 0 21 D6 5E 22
Octal 5 115 252 141 67 0 41 326 136 42
Binary 101 1001101 10101010 1100001 110111 0 100001 11010110 1011110 100010

Color Harmonies of #054DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DAA

Black with #054DAA

Text Example


Text Example

White with #054DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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