Html Css Color HEX #053EBF Cobalt

📋 copy color: '#053EBF'

red 5 ◦ green 62 ◦ blue 191

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

Shades of Cobalt #053EBF

Tints of Cobalt #053EBF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.03%

 BLUE value IS 191 (75% from 255) = 74.03%

R = 1.94%
G = 24.03%
B = 74.03%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#053EBF (or 0x053EBF) is known color: Cobalt. HEX triplet: 05, 3E and BF. RGB value is (5,62,191). Sum of RGB (Red+Green+Blue) = 5+62+191=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 191 (75% from 255 or 74.03% from 258); Max value from RGB is 191 - color contains mainly: blue. Hex color #053EBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053EBF is #FAC140. Grayscale: #3B3B3B. Windows color (decimal): -16433473 or 12533253. OLE color: 12533253.

HSL color Cylindrical-coordinate representation of color #053EBF: hue angle of 221.61º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053EBF is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 62 191 -
CMYK 0.97 0.68 0 0.25
HSL 221.61º 0.95% 0.38% -
HSV(B) 221.61º 0.97% 0.75% -
XYZ 11.19 7.24 50.1 -
YUV 59.66 202.12 89.01 -
System Red Green Blue C M Y K H S L
Decimal 5 62 191 0.97 0.68 0 0.25 221.61 0.95 0.38
Hex 5 3E BF 61 44 0 19 DE 5F 26
Octal 5 76 277 141 104 0 31 336 137 46
Binary 101 111110 10111111 1100001 1000100 0 11001 11011110 1011111 100110

Color Harmonies of #053EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053EBF

Black with #053EBF

Text Example


Text Example

White with #053EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,62,191); }

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

background-color css

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

 a { background-color: rgb(5,62,191); }

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

border-color css

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

 span { border-color: rgb(5,62,191); }

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