Html Css Color HEX #024A53 Sherpa Blue

📋 copy color: '#024A53'

red 2 ◦ green 74 ◦ blue 83

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

Shades of Sherpa Blue #024A53

Tints of Sherpa Blue #024A53

RGB

 RED value IS 2 (1.17% from 255) = 1.26%

 GREEN value IS 74 (29.3% from 255) = 46.54%

 BLUE value IS 83 (32.81% from 255) = 52.2%

R = 1.26%
G = 46.54%
B = 52.2%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#024A53 (or 0x024A53) is known color: Sherpa Blue. HEX triplet: 02, 4A and 53. RGB value is (2,74,83). Sum of RGB (Red+Green+Blue) = 2+74+83=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #024A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A53 is #FDB5AC. Grayscale: #353535. Windows color (decimal): -16627117 or 5458434. OLE color: 5458434.

HSL color Cylindrical-coordinate representation of color #024A53: hue angle of 186.67º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024A53 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 74 83 -
CMYK 0.98 0.11 0 0.67
HSL 186.67º 0.95% 0.17% -
HSV(B) 186.67º 0.98% 0.33% -
XYZ 4.04 5.53 9.04 -
YUV 53.5 144.65 91.27 -
System Red Green Blue C M Y K H S L
Decimal 2 74 83 0.98 0.11 0 0.67 186.67 0.95 0.17
Hex 2 4A 53 62 B 0 43 BB 5F 11
Octal 2 112 123 142 13 0 103 273 137 21
Binary 10 1001010 1010011 1100010 1011 0 1000011 10111011 1011111 10001

Color Harmonies of #024A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A53

Black with #024A53

Text Example


Text Example

White with #024A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024A53; }

 p { color: rgb(2,74,83); }

 H1.HeaderClassName
 {
   color: #024A53;
 }
 .AnyTagClassName
 {
   color: #024A53;
 }
</style>

background-color css

<style>
 a { background-color: #024A53; }

 a { background-color: rgb(2,74,83); }

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

border-color css

<style>
 span { border-color: #024A53; }

 span { border-color: rgb(2,74,83); }

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