Html Css Color HEX #024A55 Sherpa Blue

📋 copy color: '#024A55'

red 2 ◦ green 74 ◦ blue 85

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

Shades of Sherpa Blue #024A55

Tints of Sherpa Blue #024A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 52.8%

R = 1.24%
G = 45.96%
B = 52.8%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#024A55 (or 0x024A55) is known color: Sherpa Blue. HEX triplet: 02, 4A and 55. RGB value is (2,74,85). Sum of RGB (Red+Green+Blue) = 2+74+85=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #024A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A55 is #FDB5AA. Grayscale: #353535. Windows color (decimal): -16627115 or 5589506. OLE color: 5589506.

HSL color Cylindrical-coordinate representation of color #024A55: hue angle of 187.95º 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 #024A55 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 74 85 -
CMYK 0.98 0.13 0 0.67
HSL 187.95º 0.95% 0.17% -
HSV(B) 187.95º 0.98% 0.33% -
XYZ 4.11 5.57 9.45 -
YUV 53.73 145.65 91.11 -
System Red Green Blue C M Y K H S L
Decimal 2 74 85 0.98 0.13 0 0.67 187.95 0.95 0.17
Hex 2 4A 55 62 D 0 43 BC 5F 11
Octal 2 112 125 142 15 0 103 274 137 21
Binary 10 1001010 1010101 1100010 1101 0 1000011 10111100 1011111 10001

Color Harmonies of #024A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A55

Black with #024A55

Text Example


Text Example

White with #024A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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