Html Css Color HEX #024B5E Sherpa Blue

📋 copy color: '#024B5E'

red 2 ◦ green 75 ◦ blue 94

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

Shades of Sherpa Blue #024B5E

Tints of Sherpa Blue #024B5E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 43.86%

 BLUE value IS 94 (37.11% from 255) = 54.97%

R = 1.17%
G = 43.86%
B = 54.97%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#024B5E (or 0x024B5E) is known color: Sherpa Blue. HEX triplet: 02, 4B and 5E. RGB value is (2,75,94). Sum of RGB (Red+Green+Blue) = 2+75+94=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #024B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B5E is #FDB4A1. Grayscale: #373737. Windows color (decimal): -16626850 or 6179586. OLE color: 6179586.

HSL color Cylindrical-coordinate representation of color #024B5E: hue angle of 192.39º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024B5E is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 75 94 -
CMYK 0.98 0.20 0 0.63
HSL 192.39º 0.96% 0.19% -
HSV(B) 192.39º 0.98% 0.37% -
XYZ 4.56 5.85 11.48 -
YUV 55.34 149.82 89.96 -
System Red Green Blue C M Y K H S L
Decimal 2 75 94 0.98 0.20 0 0.63 192.39 0.96 0.19
Hex 2 4B 5E 62 14 0 3F C0 60 13
Octal 2 113 136 142 24 0 77 300 140 23
Binary 10 1001011 1011110 1100010 10100 0 111111 11000000 1100000 10011

Color Harmonies of #024B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B5E

Black with #024B5E

Text Example


Text Example

White with #024B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,75,94); }

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

background-color css

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

 a { background-color: rgb(2,75,94); }

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

border-color css

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

 span { border-color: rgb(2,75,94); }

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