Html Css Color HEX #053DB1 Cobalt

📋 copy color: '#053DB1'

red 5 ◦ green 61 ◦ blue 177

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

Shades of Cobalt #053DB1

Tints of Cobalt #053DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 72.84%

R = 2.06%
G = 25.1%
B = 72.84%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#053DB1 (or 0x053DB1) is known color: Cobalt. HEX triplet: 05, 3D and B1. RGB value is (5,61,177). Sum of RGB (Red+Green+Blue) = 5+61+177=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 177 (69.53% from 255 or 72.84% from 243); Max value from RGB is 177 - color contains mainly: blue. Hex color #053DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053DB1 is #FAC24E. Grayscale: #383838. Windows color (decimal): -16433743 or 11615493. OLE color: 11615493.

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

Color convert

RGB 5 61 177 -
CMYK 0.97 0.66 0 0.31
HSL 220.47º 0.95% 0.36% -
HSV(B) 220.47º 0.97% 0.69% -
XYZ 9.67 6.54 42.35 -
YUV 57.48 195.45 90.57 -
System Red Green Blue C M Y K H S L
Decimal 5 61 177 0.97 0.66 0 0.31 220.47 0.95 0.36
Hex 5 3D B1 61 42 0 1F DC 5F 24
Octal 5 75 261 141 102 0 37 334 137 44
Binary 101 111101 10110001 1100001 1000010 0 11111 11011100 1011111 100100

Color Harmonies of #053DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053DB1

Black with #053DB1

Text Example


Text Example

White with #053DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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