Html Css Color HEX #053DB0 Cobalt

📋 copy color: '#053DB0'

red 5 ◦ green 61 ◦ blue 176

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

Shades of Cobalt #053DB0

Tints of Cobalt #053DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 72.73%

R = 2.07%
G = 25.21%
B = 72.73%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#053DB0 (or 0x053DB0) is known color: Cobalt. HEX triplet: 05, 3D and B0. RGB value is (5,61,176). Sum of RGB (Red+Green+Blue) = 5+61+176=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 176 (69.14% from 255 or 72.73% from 242); Max value from RGB is 176 - color contains mainly: blue. Hex color #053DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053DB0 is #FAC24F. Grayscale: #383838. Windows color (decimal): -16433744 or 11549957. OLE color: 11549957.

HSL color Cylindrical-coordinate representation of color #053DB0: hue angle of 220.35º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053DB0 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 61 176 -
CMYK 0.97 0.65 0 0.31
HSL 220.35º 0.94% 0.35% -
HSV(B) 220.35º 0.97% 0.69% -
XYZ 9.57 6.5 41.83 -
YUV 57.37 194.95 90.65 -
System Red Green Blue C M Y K H S L
Decimal 5 61 176 0.97 0.65 0 0.31 220.35 0.94 0.35
Hex 5 3D B0 61 41 0 1F DC 5E 23
Octal 5 75 260 141 101 0 37 334 136 43
Binary 101 111101 10110000 1100001 1000001 0 11111 11011100 1011110 100011

Color Harmonies of #053DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053DB0

Black with #053DB0

Text Example


Text Example

White with #053DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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