Html Css Color HEX #053FB9 Cobalt

📋 copy color: '#053FB9'

red 5 ◦ green 63 ◦ blue 185

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

Shades of Cobalt #053FB9

Tints of Cobalt #053FB9

RGB

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

 GREEN value IS 63 (25% from 255) = 24.9%

 BLUE value IS 185 (72.66% from 255) = 73.12%

R = 1.98%
G = 24.9%
B = 73.12%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#053FB9 (or 0x053FB9) is known color: Cobalt. HEX triplet: 05, 3F and B9. RGB value is (5,63,185). Sum of RGB (Red+Green+Blue) = 5+63+185=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 185 (72.66% from 255 or 73.12% from 253); Max value from RGB is 185 - color contains mainly: blue. Hex color #053FB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FB9 is #FAC046. Grayscale: #3B3B3B. Windows color (decimal): -16433223 or 12140293. OLE color: 12140293.

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

Color convert

RGB 5 63 185 -
CMYK 0.97 0.66 0 0.27
HSL 220.67º 0.95% 0.37% -
HSV(B) 220.67º 0.97% 0.73% -
XYZ 10.6 7.09 46.71 -
YUV 59.57 198.78 89.08 -
System Red Green Blue C M Y K H S L
Decimal 5 63 185 0.97 0.66 0 0.27 220.67 0.95 0.37
Hex 5 3F B9 61 42 0 1B DD 5F 25
Octal 5 77 271 141 102 0 33 335 137 45
Binary 101 111111 10111001 1100001 1000010 0 11011 11011101 1011111 100101

Color Harmonies of #053FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FB9

Black with #053FB9

Text Example


Text Example

White with #053FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,63,185); }

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

background-color css

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

 a { background-color: rgb(5,63,185); }

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

border-color css

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

 span { border-color: rgb(5,63,185); }

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