Html Css Color HEX #024251 Sherpa Blue

📋 copy color: '#024251'

red 2 ◦ green 66 ◦ blue 81

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

Shades of Sherpa Blue #024251

Tints of Sherpa Blue #024251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 54.36%

R = 1.34%
G = 44.3%
B = 54.36%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#024251 (or 0x024251) is known color: Sherpa Blue. HEX triplet: 02, 42 and 51. RGB value is (2,66,81). Sum of RGB (Red+Green+Blue) = 2+66+81=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #024251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024251 is #FDBDAE. Grayscale: #303030. Windows color (decimal): -16629167 or 5325314. OLE color: 5325314.

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

Color convert

RGB 2 66 81 -
CMYK 0.98 0.19 0 0.68
HSL 191.39º 0.95% 0.16% -
HSV(B) 191.39º 0.98% 0.32% -
XYZ 3.46 4.5 8.47 -
YUV 48.57 146.3 94.78 -
System Red Green Blue C M Y K H S L
Decimal 2 66 81 0.98 0.19 0 0.68 191.39 0.95 0.16
Hex 2 42 51 62 13 0 44 BF 5F 10
Octal 2 102 121 142 23 0 104 277 137 20
Binary 10 1000010 1010001 1100010 10011 0 1000100 10111111 1011111 10000

Color Harmonies of #024251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024251

Black with #024251

Text Example


Text Example

White with #024251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024251; }

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

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

background-color css

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

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

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

border-color css

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

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

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