Html Css Color HEX #024F5A Sherpa Blue

📋 copy color: '#024F5A'

red 2 ◦ green 79 ◦ blue 90

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

Shades of Sherpa Blue #024F5A

Tints of Sherpa Blue #024F5A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 46.2%

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

R = 1.17%
G = 46.2%
B = 52.63%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#024F5A (or 0x024F5A) is known color: Sherpa Blue. HEX triplet: 02, 4F and 5A. RGB value is (2,79,90). Sum of RGB (Red+Green+Blue) = 2+79+90=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #024F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F5A is #FDB0A5. Grayscale: #393939. Windows color (decimal): -16625830 or 5918466. OLE color: 5918466.

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

Color convert

RGB 2 79 90 -
CMYK 0.98 0.12 0 0.65
HSL 187.5º 0.96% 0.18% -
HSV(B) 187.5º 0.98% 0.35% -
XYZ 4.67 6.34 10.65 -
YUV 57.23 146.49 88.61 -
System Red Green Blue C M Y K H S L
Decimal 2 79 90 0.98 0.12 0 0.65 187.5 0.96 0.18
Hex 2 4F 5A 62 C 0 41 BC 60 12
Octal 2 117 132 142 14 0 101 274 140 22
Binary 10 1001111 1011010 1100010 1100 0 1000001 10111100 1100000 10010

Color Harmonies of #024F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F5A

Black with #024F5A

Text Example


Text Example

White with #024F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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