Html Css Color HEX #053DB6 Cobalt

📋 copy color: '#053DB6'

red 5 ◦ green 61 ◦ blue 182

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

Shades of Cobalt #053DB6

Tints of Cobalt #053DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.6%

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

R = 2.02%
G = 24.6%
B = 73.39%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#053DB6 (or 0x053DB6) is known color: Cobalt. HEX triplet: 05, 3D and B6. RGB value is (5,61,182). Sum of RGB (Red+Green+Blue) = 5+61+182=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 182 (71.48% from 255 or 73.39% from 248); Max value from RGB is 182 - color contains mainly: blue. Hex color #053DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DB6 is #FAC249. Grayscale: #393939. Windows color (decimal): -16433738 or 11943173. OLE color: 11943173.

HSL color Cylindrical-coordinate representation of color #053DB6: hue angle of 221.02º 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 #053DB6 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 61 182 -
CMYK 0.97 0.66 0 0.29
HSL 221.02º 0.95% 0.37% -
HSV(B) 221.02º 0.97% 0.71% -
XYZ 10.17 6.75 45.02 -
YUV 58.05 197.95 90.16 -
System Red Green Blue C M Y K H S L
Decimal 5 61 182 0.97 0.66 0 0.29 221.02 0.95 0.37
Hex 5 3D B6 61 42 0 1D DD 5F 25
Octal 5 75 266 141 102 0 35 335 137 45
Binary 101 111101 10110110 1100001 1000010 0 11101 11011101 1011111 100101

Color Harmonies of #053DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053DB6

Black with #053DB6

Text Example


Text Example

White with #053DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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