Html Css Color HEX #024248 Sherpa Blue

📋 copy color: '#024248'

red 2 ◦ green 66 ◦ blue 72

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

Shades of Sherpa Blue #024248

Tints of Sherpa Blue #024248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 51.43%

R = 1.43%
G = 47.14%
B = 51.43%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#024248 (or 0x024248) is known color: Sherpa Blue. HEX triplet: 02, 42 and 48. RGB value is (2,66,72). Sum of RGB (Red+Green+Blue) = 2+66+72=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #024248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024248 is #FDBDB7. Grayscale: #2F2F2F. Windows color (decimal): -16629176 or 4735490. OLE color: 4735490.

HSL color Cylindrical-coordinate representation of color #024248: hue angle of 185.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024248 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 66 72 -
CMYK 0.97 0.08 0 0.72
HSL 185.14º 0.95% 0.15% -
HSV(B) 185.14º 0.97% 0.28% -
XYZ 3.14 4.38 6.81 -
YUV 47.55 141.8 95.51 -
System Red Green Blue C M Y K H S L
Decimal 2 66 72 0.97 0.08 0 0.72 185.14 0.95 0.15
Hex 2 42 48 61 8 0 48 B9 5F F
Octal 2 102 110 141 10 0 110 271 137 17
Binary 10 1000010 1001000 1100001 1000 0 1001000 10111001 1011111 1111

Color Harmonies of #024248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024248

Black with #024248

Text Example


Text Example

White with #024248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024248; }

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

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

background-color css

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

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

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

border-color css

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

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

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