Html Css Color HEX #054DB6 Cobalt

📋 copy color: '#054DB6'

red 5 ◦ green 77 ◦ blue 182

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

Shades of Cobalt #054DB6

Tints of Cobalt #054DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 68.94%

R = 1.89%
G = 29.17%
B = 68.94%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#054DB6 (or 0x054DB6) is known color: Cobalt. HEX triplet: 05, 4D and B6. RGB value is (5,77,182). Sum of RGB (Red+Green+Blue) = 5+77+182=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 182 (71.48% from 255 or 68.94% from 264); Max value from RGB is 182 - color contains mainly: blue. Hex color #054DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054DB6 is #FAB249. Grayscale: #424242. Windows color (decimal): -16429642 or 11947269. OLE color: 11947269.

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

Color convert

RGB 5 77 182 -
CMYK 0.97 0.58 0 0.29
HSL 215.59º 0.95% 0.37% -
HSV(B) 215.59º 0.97% 0.71% -
XYZ 11.16 8.72 45.35 -
YUV 67.44 192.65 83.46 -
System Red Green Blue C M Y K H S L
Decimal 5 77 182 0.97 0.58 0 0.29 215.59 0.95 0.37
Hex 5 4D B6 61 3A 0 1D D8 5F 25
Octal 5 115 266 141 72 0 35 330 137 45
Binary 101 1001101 10110110 1100001 111010 0 11101 11011000 1011111 100101

Color Harmonies of #054DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DB6

Black with #054DB6

Text Example


Text Example

White with #054DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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