Html Css Color HEX #024E52 Sherpa Blue

📋 copy color: '#024E52'

red 2 ◦ green 78 ◦ blue 82

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

Shades of Sherpa Blue #024E52

Tints of Sherpa Blue #024E52

RGB

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

 GREEN value IS 78 (30.86% from 255) = 48.15%

 BLUE value IS 82 (32.42% from 255) = 50.62%

R = 1.23%
G = 48.15%
B = 50.62%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#024E52 (or 0x024E52) is known color: Sherpa Blue. HEX triplet: 02, 4E and 52. RGB value is (2,78,82). Sum of RGB (Red+Green+Blue) = 2+78+82=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 78 (30.86% from 255 or 48.15% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #024E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E52 is #FDB1AD. Grayscale: #373737. Windows color (decimal): -16626094 or 5393922. OLE color: 5393922.

HSL color Cylindrical-coordinate representation of color #024E52: hue angle of 183º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E52 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 78 82 -
CMYK 0.98 0.05 0 0.68
HSL 183º 0.95% 0.16% -
HSV(B) 183º 0.98% 0.32% -
XYZ 4.27 6.07 8.93 -
YUV 55.73 142.82 89.67 -
System Red Green Blue C M Y K H S L
Decimal 2 78 82 0.98 0.05 0 0.68 183 0.95 0.16
Hex 2 4E 52 62 5 0 44 B7 5F 10
Octal 2 116 122 142 5 0 104 267 137 20
Binary 10 1001110 1010010 1100010 101 0 1000100 10110111 1011111 10000

Color Harmonies of #024E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E52

Black with #024E52

Text Example


Text Example

White with #024E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,78,82); }

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

background-color css

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

 a { background-color: rgb(2,78,82); }

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

border-color css

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

 span { border-color: rgb(2,78,82); }

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