#023A47

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

Shades of Sherpa Blue #023A47

Tints of Sherpa Blue #023A47

Color information

#023A47 (or 0x023A47) is unknown color: approx Sherpa Blue. HEX triplet: 02, 3A and 47. RGB value is (2,58,71). Sum of RGB (Red+Green+Blue) = 2+58+71=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #023A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A47 is #FDC5B8. Grayscale: #2A2A2A. Windows color (decimal): -16631225 or 4667906. OLE color: 4667906.

HSL color Cylindrical-coordinate representation of color #023A47: hue angle of 191.3º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A47 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB25871-
CMYK0.970.1800.72
HSL191.3º94.52%14.31%-
HSV(B)191.3º97.18%27.84%-
XYZ2.683.496.49-
YUV42.74143.9598.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 58 (23.05% from 255) = 44.27%
BLUE value IS 71 (28.12% from 255) = 54.20%
R=1.53%
G=44.27%
B=54.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal258710.970.1800.72191.394.5214.31
Hex23A476112048bf5fe
Octal27210714122011027713716
Binary101110101000111110000110010010010001011111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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