Html Css Color HEX #024848 Sherpa Blue

📋 copy color: '#024848'

red 2 ◦ green 72 ◦ blue 72

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

Shades of Sherpa Blue #024848

Tints of Sherpa Blue #024848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.32%

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

R = 1.37%
G = 49.32%
B = 49.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#024848 (or 0x024848) is known color: Sherpa Blue. HEX triplet: 02, 48 and 48. RGB value is (2,72,72). Sum of RGB (Red+Green+Blue) = 2+72+72=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #024848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024848 is #FDB7B7. Grayscale: #333333. Windows color (decimal): -16627640 or 4737026. OLE color: 4737026.

HSL color Cylindrical-coordinate representation of color #024848: hue angle of 180º 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 #024848 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 72 72 -
CMYK 0.97 0 0 0.72
HSL 180º 0.95% 0.15% -
HSV(B) 180º 0.97% 0.28% -
XYZ 3.51 5.12 6.93 -
YUV 51.07 139.81 93 -
System Red Green Blue C M Y K H S L
Decimal 2 72 72 0.97 0 0 0.72 180 0.95 0.15
Hex 2 48 48 61 0 0 48 B4 5F F
Octal 2 110 110 141 0 0 110 264 137 17
Binary 10 1001000 1001000 1100001 0 0 1001000 10110100 1011111 1111

Color Harmonies of #024848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024848

Black with #024848

Text Example


Text Example

White with #024848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024848; }

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

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

background-color css

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

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

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

border-color css

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

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

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