Html Css Color HEX #024C5A Sherpa Blue

📋 copy color: '#024C5A'

red 2 ◦ green 76 ◦ blue 90

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

Shades of Sherpa Blue #024C5A

Tints of Sherpa Blue #024C5A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 45.24%

 BLUE value IS 90 (35.55% from 255) = 53.57%

R = 1.19%
G = 45.24%
B = 53.57%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#024C5A (or 0x024C5A) is known color: Sherpa Blue. HEX triplet: 02, 4C and 5A. RGB value is (2,76,90). Sum of RGB (Red+Green+Blue) = 2+76+90=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #024C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C5A is #FDB3A5. Grayscale: #373737. Windows color (decimal): -16626598 or 5917698. OLE color: 5917698.

HSL color Cylindrical-coordinate representation of color #024C5A: hue angle of 189.55º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024C5A is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 76 90 -
CMYK 0.98 0.16 0 0.65
HSL 189.55º 0.96% 0.18% -
HSV(B) 189.55º 0.98% 0.35% -
XYZ 4.45 5.92 10.58 -
YUV 55.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 2 76 90 0.98 0.16 0 0.65 189.55 0.96 0.18
Hex 2 4C 5A 62 10 0 41 BE 60 12
Octal 2 114 132 142 20 0 101 276 140 22
Binary 10 1001100 1011010 1100010 10000 0 1000001 10111110 1100000 10010

Color Harmonies of #024C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C5A

Black with #024C5A

Text Example


Text Example

White with #024C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,76,90); }

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

background-color css

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

 a { background-color: rgb(2,76,90); }

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

border-color css

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

 span { border-color: rgb(2,76,90); }

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