#023A49

Color #023A49 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #023A49

Tints of Sherpa Blue #023A49

Color information

#023A49 (or 0x023A49) is unknown color: approx Sherpa Blue. HEX triplet: 02, 3A and 49. RGB value is (2,58,73). Sum of RGB (Red+Green+Blue) = 2+58+73=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #023A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A49 is #FDC5B6. Grayscale: #2A2A2A. Windows color (decimal): -16631223 or 4798978. OLE color: 4798978.

HSL color Cylindrical-coordinate representation of color #023A49: hue angle of 192.68º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A49 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB25873-
CMYK0.970.2100.71
HSL192.68º94.67%14.71%-
HSV(B)192.68º97.26%28.63%-
XYZ2.743.526.84-
YUV42.97144.9598.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 58 (23.05% from 255) = 43.61%
BLUE value IS 73 (28.91% from 255) = 54.89%
R=1.50%
G=43.61%
B=54.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal258730.970.2100.71192.6894.6714.71
Hex23A496115047c15ff
Octal27211114125010730113717
Binary101110101001001110000110101010001111100000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023A49; }

 p { color: rgb(2,58,73); }

 H1.HeaderClassName
 {
   color: #023A49;
 }
 .AnyTagClassName
 {
   color: #023A49;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #023A49;
 }
 .BgClassName
 {
   background-color: #023A49;
 }
</style>
border-color css

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

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

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