Html Css Color HEX #054DAE Cobalt

📋 copy color: '#054DAE'

red 5 ◦ green 77 ◦ blue 174

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

Shades of Cobalt #054DAE

Tints of Cobalt #054DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.97%

R = 1.95%
G = 30.08%
B = 67.97%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#054DAE (or 0x054DAE) is known color: Cobalt. HEX triplet: 05, 4D and AE. RGB value is (5,77,174). Sum of RGB (Red+Green+Blue) = 5+77+174=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #054DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054DAE is #FAB251. Grayscale: #424242. Windows color (decimal): -16429650 or 11422981. OLE color: 11422981.

HSL color Cylindrical-coordinate representation of color #054DAE: hue angle of 214.44º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054DAE is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 77 174 -
CMYK 0.97 0.56 0 0.32
HSL 214.44º 0.94% 0.35% -
HSV(B) 214.44º 0.97% 0.68% -
XYZ 10.36 8.4 41.12 -
YUV 66.53 188.65 84.11 -
System Red Green Blue C M Y K H S L
Decimal 5 77 174 0.97 0.56 0 0.32 214.44 0.94 0.35
Hex 5 4D AE 61 38 0 20 D6 5E 23
Octal 5 115 256 141 70 0 40 326 136 43
Binary 101 1001101 10101110 1100001 111000 0 100000 11010110 1011110 100011

Color Harmonies of #054DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DAE

Black with #054DAE

Text Example


Text Example

White with #054DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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