Html Css Color HEX #024158 Sherpa Blue

📋 copy color: '#024158'

red 2 ◦ green 65 ◦ blue 88

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

Shades of Sherpa Blue #024158

Tints of Sherpa Blue #024158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.94%

 BLUE value IS 88 (34.77% from 255) = 56.77%

R = 1.29%
G = 41.94%
B = 56.77%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#024158 (or 0x024158) is known color: Sherpa Blue. HEX triplet: 02, 41 and 58. RGB value is (2,65,88). Sum of RGB (Red+Green+Blue) = 2+65+88=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #024158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024158 is #FDBEA7. Grayscale: #303030. Windows color (decimal): -16629416 or 5783810. OLE color: 5783810.

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

Color convert

RGB 2 65 88 -
CMYK 0.98 0.26 0 0.65
HSL 196.05º 0.96% 0.18% -
HSV(B) 196.05º 0.98% 0.35% -
XYZ 3.68 4.5 9.91 -
YUV 48.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 2 65 88 0.98 0.26 0 0.65 196.05 0.96 0.18
Hex 2 41 58 62 1A 0 41 C4 60 12
Octal 2 101 130 142 32 0 101 304 140 22
Binary 10 1000001 1011000 1100010 11010 0 1000001 11000100 1100000 10010

Color Harmonies of #024158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024158

Black with #024158

Text Example


Text Example

White with #024158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024158; }

 p { color: rgb(2,65,88); }

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

background-color css

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

 a { background-color: rgb(2,65,88); }

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

border-color css

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

 span { border-color: rgb(2,65,88); }

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