Html Css Color HEX #024259 Sherpa Blue

📋 copy color: '#024259'

red 2 ◦ green 66 ◦ blue 89

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

Shades of Sherpa Blue #024259

Tints of Sherpa Blue #024259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 56.69%

R = 1.27%
G = 42.04%
B = 56.69%

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

#024259 (or 0x024259) is known color: Sherpa Blue. HEX triplet: 02, 42 and 59. RGB value is (2,66,89). Sum of RGB (Red+Green+Blue) = 2+66+89=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #024259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024259 is #FDBDA6. Grayscale: #313131. Windows color (decimal): -16629159 or 5849602. OLE color: 5849602.

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

Color convert

RGB 2 66 89 -
CMYK 0.98 0.26 0 0.65
HSL 195.86º 0.96% 0.18% -
HSV(B) 195.86º 0.98% 0.35% -
XYZ 3.78 4.63 10.15 -
YUV 49.49 150.3 94.13 -
System Red Green Blue C M Y K H S L
Decimal 2 66 89 0.98 0.26 0 0.65 195.86 0.96 0.18
Hex 2 42 59 62 1A 0 41 C4 60 12
Octal 2 102 131 142 32 0 101 304 140 22
Binary 10 1000010 1011001 1100010 11010 0 1000001 11000100 1100000 10010

Color Harmonies of #024259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024259

Black with #024259

Text Example


Text Example

White with #024259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024259; }

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

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

background-color css

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

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

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

border-color css

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

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

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