#023A40

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

Shades of Sherpa Blue #023A40

Tints of Sherpa Blue #023A40

Color information

#023A40 (or 0x023A40) is unknown color: approx Sherpa Blue. HEX triplet: 02, 3A and 40. RGB value is (2,58,64). Sum of RGB (Red+Green+Blue) = 2+58+64=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #023A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A40 is #FDC5BF. Grayscale: #292929. Windows color (decimal): -16631232 or 4209154. OLE color: 4209154.

HSL color Cylindrical-coordinate representation of color #023A40: hue angle of 185.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A40 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB25864-
CMYK0.970.0900.75
HSL185.81º93.94%12.94%-
HSV(B)185.81º96.88%25.1%-
XYZ2.463.415.38-
YUV41.94140.4599.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 58 (23.05% from 255) = 46.77%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=1.61%
G=46.77%
B=51.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal258640.970.0900.75185.8193.9412.94
Hex23A4061904Bba5ed
Octal27210014111011327213615
Binary10111010100000011000011001010010111011101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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