Html Css Color HEX #053CB7 Cobalt

📋 copy color: '#053CB7'

red 5 ◦ green 60 ◦ blue 183

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

Shades of Cobalt #053CB7

Tints of Cobalt #053CB7

RGB

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

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

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

R = 2.02%
G = 24.19%
B = 73.79%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#053CB7 (or 0x053CB7) is known color: Cobalt. HEX triplet: 05, 3C and B7. RGB value is (5,60,183). Sum of RGB (Red+Green+Blue) = 5+60+183=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 183 (71.88% from 255 or 73.79% from 248); Max value from RGB is 183 - color contains mainly: blue. Hex color #053CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053CB7 is #FAC348. Grayscale: #393939. Windows color (decimal): -16433993 or 12008453. OLE color: 12008453.

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

Color convert

RGB 5 60 183 -
CMYK 0.97 0.67 0 0.28
HSL 221.46º 0.95% 0.37% -
HSV(B) 221.46º 0.97% 0.72% -
XYZ 10.23 6.68 45.55 -
YUV 57.58 198.78 90.5 -
System Red Green Blue C M Y K H S L
Decimal 5 60 183 0.97 0.67 0 0.28 221.46 0.95 0.37
Hex 5 3C B7 61 43 0 1C DD 5F 25
Octal 5 74 267 141 103 0 34 335 137 45
Binary 101 111100 10110111 1100001 1000011 0 11100 11011101 1011111 100101

Color Harmonies of #053CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CB7

Black with #053CB7

Text Example


Text Example

White with #053CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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