Html Css Color HEX #024845 Sherpa Blue

📋 copy color: '#024845'

red 2 ◦ green 72 ◦ blue 69

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

Shades of Sherpa Blue #024845

Tints of Sherpa Blue #024845

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

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

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

Color convert

RGB 2 72 69 -
CMYK 0.97 0 0.04 0.72
HSL 177.43º 0.95% 0.15% -
HSV(B) 177.43º 0.97% 0.28% -
XYZ 3.42 5.08 6.43 -
YUV 50.73 138.31 93.24 -
System Red Green Blue C M Y K H S L
Decimal 2 72 69 0.97 0 0.04 0.72 177.43 0.95 0.15
Hex 2 48 45 61 0 4 48 B1 5F F
Octal 2 110 105 141 0 4 110 261 137 17
Binary 10 1001000 1000101 1100001 0 100 1001000 10110001 1011111 1111

Color Harmonies of #024845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024845

Black with #024845

Text Example


Text Example

White with #024845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024845; }

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

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

background-color css

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

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

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

border-color css

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

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

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