Html Css Color HEX #053FB7 Cobalt

📋 copy color: '#053FB7'

red 5 ◦ green 63 ◦ blue 183

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

Shades of Cobalt #053FB7

Tints of Cobalt #053FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 72.91%

R = 1.99%
G = 25.1%
B = 72.91%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#053FB7 (or 0x053FB7) is known color: Cobalt. HEX triplet: 05, 3F and B7. RGB value is (5,63,183). Sum of RGB (Red+Green+Blue) = 5+63+183=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 183 (71.88% from 255 or 72.91% from 251); Max value from RGB is 183 - color contains mainly: blue. Hex color #053FB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FB7 is #FAC048. Grayscale: #3A3A3A. Windows color (decimal): -16433225 or 12009221. OLE color: 12009221.

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

Color convert

RGB 5 63 183 -
CMYK 0.97 0.66 0 0.28
HSL 220.45º 0.95% 0.37% -
HSV(B) 220.45º 0.97% 0.72% -
XYZ 10.39 7.01 45.6 -
YUV 59.34 197.78 89.24 -
System Red Green Blue C M Y K H S L
Decimal 5 63 183 0.97 0.66 0 0.28 220.45 0.95 0.37
Hex 5 3F B7 61 42 0 1C DC 5F 25
Octal 5 77 267 141 102 0 34 334 137 45
Binary 101 111111 10110111 1100001 1000010 0 11100 11011100 1011111 100101

Color Harmonies of #053FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FB7

Black with #053FB7

Text Example


Text Example

White with #053FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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