Html Css Color HEX #024046 Sherpa Blue

📋 copy color: '#024046'

red 2 ◦ green 64 ◦ blue 70

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

Shades of Sherpa Blue #024046

Tints of Sherpa Blue #024046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 51.47%

R = 1.47%
G = 47.06%
B = 51.47%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#024046 (or 0x024046) is known color: Sherpa Blue. HEX triplet: 02, 40 and 46. RGB value is (2,64,70). Sum of RGB (Red+Green+Blue) = 2+64+70=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 70 (27.73% from 255 or 51.47% from 136); Max value from RGB is 70 - color contains mainly: blue. Hex color #024046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024046 is #FDBFB9. Grayscale: #2E2E2E. Windows color (decimal): -16629690 or 4603906. OLE color: 4603906.

HSL color Cylindrical-coordinate representation of color #024046: hue angle of 185.29º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024046 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 64 70 -
CMYK 0.97 0.09 0 0.73
HSL 185.29º 0.94% 0.14% -
HSV(B) 185.29º 0.97% 0.27% -
XYZ 2.96 4.12 6.43 -
YUV 46.15 141.46 96.51 -
System Red Green Blue C M Y K H S L
Decimal 2 64 70 0.97 0.09 0 0.73 185.29 0.94 0.14
Hex 2 40 46 61 9 0 49 B9 5E E
Octal 2 100 106 141 11 0 111 271 136 16
Binary 10 1000000 1000110 1100001 1001 0 1001001 10111001 1011110 1110

Color Harmonies of #024046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024046

Black with #024046

Text Example


Text Example

White with #024046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024046; }

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

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

background-color css

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

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

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

border-color css

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

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

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