Html Css Color HEX #024048 Sherpa Blue

📋 copy color: '#024048'

red 2 ◦ green 64 ◦ blue 72

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

Shades of Sherpa Blue #024048

Tints of Sherpa Blue #024048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.38%

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

R = 1.45%
G = 46.38%
B = 52.17%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#024048 (or 0x024048) is known color: Sherpa Blue. HEX triplet: 02, 40 and 48. RGB value is (2,64,72). Sum of RGB (Red+Green+Blue) = 2+64+72=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #024048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024048 is #FDBFB7. Grayscale: #2E2E2E. Windows color (decimal): -16629688 or 4734978. OLE color: 4734978.

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

Color convert

RGB 2 64 72 -
CMYK 0.97 0.11 0 0.72
HSL 186.86º 0.95% 0.15% -
HSV(B) 186.86º 0.97% 0.28% -
XYZ 3.03 4.15 6.77 -
YUV 46.37 142.46 96.35 -
System Red Green Blue C M Y K H S L
Decimal 2 64 72 0.97 0.11 0 0.72 186.86 0.95 0.15
Hex 2 40 48 61 B 0 48 BB 5F F
Octal 2 100 110 141 13 0 110 273 137 17
Binary 10 1000000 1001000 1100001 1011 0 1001000 10111011 1011111 1111

Color Harmonies of #024048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024048

Black with #024048

Text Example


Text Example

White with #024048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024048; }

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

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

background-color css

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

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

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

border-color css

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

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

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