Html Css Color HEX #053CBE Cobalt

📋 copy color: '#053CBE'

red 5 ◦ green 60 ◦ blue 190

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

Shades of Cobalt #053CBE

Tints of Cobalt #053CBE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.53%

 BLUE value IS 190 (74.61% from 255) = 74.51%

R = 1.96%
G = 23.53%
B = 74.51%

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

#053CBE (or 0x053CBE) is known color: Cobalt. HEX triplet: 05, 3C and BE. RGB value is (5,60,190). Sum of RGB (Red+Green+Blue) = 5+60+190=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #053CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053CBE is #FAC341. Grayscale: #393939. Windows color (decimal): -16433986 or 12467205. OLE color: 12467205.

HSL color Cylindrical-coordinate representation of color #053CBE: hue angle of 222.16º 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 #053CBE is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 60 190 -
CMYK 0.97 0.68 0 0.25
HSL 222.16º 0.95% 0.38% -
HSV(B) 222.16º 0.97% 0.75% -
XYZ 10.97 6.98 49.48 -
YUV 58.38 202.28 89.93 -
System Red Green Blue C M Y K H S L
Decimal 5 60 190 0.97 0.68 0 0.25 222.16 0.95 0.38
Hex 5 3C BE 61 44 0 19 DE 5F 26
Octal 5 74 276 141 104 0 31 336 137 46
Binary 101 111100 10111110 1100001 1000100 0 11001 11011110 1011111 100110

Color Harmonies of #053CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CBE

Black with #053CBE

Text Example


Text Example

White with #053CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,60,190); }

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

background-color css

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

 a { background-color: rgb(5,60,190); }

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

border-color css

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

 span { border-color: rgb(5,60,190); }

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