Html Css Color HEX #024258 Sherpa Blue

📋 copy color: '#024258'

red 2 ◦ green 66 ◦ blue 88

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

Shades of Sherpa Blue #024258

Tints of Sherpa Blue #024258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.31%

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

R = 1.28%
G = 42.31%
B = 56.41%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#024258 (or 0x024258) is known color: Sherpa Blue. HEX triplet: 02, 42 and 58. RGB value is (2,66,88). Sum of RGB (Red+Green+Blue) = 2+66+88=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #024258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024258 is #FDBDA7. Grayscale: #313131. Windows color (decimal): -16629160 or 5784066. OLE color: 5784066.

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

Color convert

RGB 2 66 88 -
CMYK 0.98 0.25 0 0.65
HSL 195.35º 0.96% 0.18% -
HSV(B) 195.35º 0.98% 0.35% -
XYZ 3.73 4.61 9.93 -
YUV 49.37 149.8 94.21 -
System Red Green Blue C M Y K H S L
Decimal 2 66 88 0.98 0.25 0 0.65 195.35 0.96 0.18
Hex 2 42 58 62 19 0 41 C3 60 12
Octal 2 102 130 142 31 0 101 303 140 22
Binary 10 1000010 1011000 1100010 11001 0 1000001 11000011 1100000 10010

Color Harmonies of #024258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024258

Black with #024258

Text Example


Text Example

White with #024258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024258; }

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

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

background-color css

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

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

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

border-color css

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

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

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