Html Css Color HEX #024548 Sherpa Blue

📋 copy color: '#024548'

red 2 ◦ green 69 ◦ blue 72

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

Shades of Sherpa Blue #024548

Tints of Sherpa Blue #024548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.25%

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

R = 1.4%
G = 48.25%
B = 50.35%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#024548 (or 0x024548) is known color: Sherpa Blue. HEX triplet: 02, 45 and 48. RGB value is (2,69,72). Sum of RGB (Red+Green+Blue) = 2+69+72=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #024548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024548 is #FDBAB7. Grayscale: #313131. Windows color (decimal): -16628408 or 4736258. OLE color: 4736258.

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

Color convert

RGB 2 69 72 -
CMYK 0.97 0.04 0 0.72
HSL 182.57º 0.95% 0.15% -
HSV(B) 182.57º 0.97% 0.28% -
XYZ 3.32 4.74 6.87 -
YUV 49.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 2 69 72 0.97 0.04 0 0.72 182.57 0.95 0.15
Hex 2 45 48 61 4 0 48 B7 5F F
Octal 2 105 110 141 4 0 110 267 137 17
Binary 10 1000101 1001000 1100001 100 0 1001000 10110111 1011111 1111

Color Harmonies of #024548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024548

Black with #024548

Text Example


Text Example

White with #024548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024548; }

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

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

background-color css

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

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

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

border-color css

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

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

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