Html Css Color HEX #054DB5 Cobalt

📋 copy color: '#054DB5'

red 5 ◦ green 77 ◦ blue 181

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

Shades of Cobalt #054DB5

Tints of Cobalt #054DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 68.82%

R = 1.9%
G = 29.28%
B = 68.82%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#054DB5 (or 0x054DB5) is known color: Cobalt. HEX triplet: 05, 4D and B5. RGB value is (5,77,181). Sum of RGB (Red+Green+Blue) = 5+77+181=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 181 (71.09% from 255 or 68.82% from 263); Max value from RGB is 181 - color contains mainly: blue. Hex color #054DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054DB5 is #FAB24A. Grayscale: #424242. Windows color (decimal): -16429643 or 11881733. OLE color: 11881733.

HSL color Cylindrical-coordinate representation of color #054DB5: hue angle of 215.45º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054DB5 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 77 181 -
CMYK 0.97 0.57 0 0.29
HSL 215.45º 0.95% 0.36% -
HSV(B) 215.45º 0.97% 0.71% -
XYZ 11.06 8.68 44.81 -
YUV 67.33 192.15 83.54 -
System Red Green Blue C M Y K H S L
Decimal 5 77 181 0.97 0.57 0 0.29 215.45 0.95 0.36
Hex 5 4D B5 61 39 0 1D D7 5F 24
Octal 5 115 265 141 71 0 35 327 137 44
Binary 101 1001101 10110101 1100001 111001 0 11101 11010111 1011111 100100

Color Harmonies of #054DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DB5

Black with #054DB5

Text Example


Text Example

White with #054DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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