Html Css Color HEX #054DC0 Cobalt

📋 copy color: '#054DC0'

red 5 ◦ green 77 ◦ blue 192

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

Shades of Cobalt #054DC0

Tints of Cobalt #054DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 70.07%

R = 1.82%
G = 28.1%
B = 70.07%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#054DC0 (or 0x054DC0) is known color: Cobalt. HEX triplet: 05, 4D and C0. RGB value is (5,77,192). Sum of RGB (Red+Green+Blue) = 5+77+192=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 192 (75.39% from 255 or 70.07% from 274); Max value from RGB is 192 - color contains mainly: blue. Hex color #054DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054DC0 is #FAB23F. Grayscale: #444444. Windows color (decimal): -16429632 or 12602629. OLE color: 12602629.

HSL color Cylindrical-coordinate representation of color #054DC0: hue angle of 216.9º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054DC0 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 77 192 -
CMYK 0.97 0.60 0 0.25
HSL 216.9º 0.95% 0.39% -
HSV(B) 216.9º 0.97% 0.75% -
XYZ 12.23 9.15 50.99 -
YUV 68.58 197.65 82.65 -
System Red Green Blue C M Y K H S L
Decimal 5 77 192 0.97 0.60 0 0.25 216.9 0.95 0.39
Hex 5 4D C0 61 3C 0 19 D9 5F 27
Octal 5 115 300 141 74 0 31 331 137 47
Binary 101 1001101 11000000 1100001 111100 0 11001 11011001 1011111 100111

Color Harmonies of #054DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DC0

Black with #054DC0

Text Example


Text Example

White with #054DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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