#023B50

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

Shades of Sherpa Blue #023B50

Tints of Sherpa Blue #023B50

Color information

#023B50 (or 0x023B50) is unknown color: approx Sherpa Blue. HEX triplet: 02, 3B and 50. RGB value is (2,59,80). Sum of RGB (Red+Green+Blue) = 2+59+80=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #023B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B50 is #FDC4AF. Grayscale: #2C2C2C. Windows color (decimal): -16630960 or 5257986. OLE color: 5257986.

HSL color Cylindrical-coordinate representation of color #023B50: hue angle of 196.15º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023B50 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB25980-
CMYK0.980.2600.69
HSL196.15º95.12%16.08%-
HSV(B)196.15º97.5%31.37%-
XYZ3.043.728.15-
YUV44.35148.1297.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 59 (23.44% from 255) = 41.84%
BLUE value IS 80 (31.64% from 255) = 56.74%
R=1.42%
G=41.84%
B=56.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal259800.980.2600.69196.1595.1216.08
Hex23B50621A045c45f10
Octal27312014232010530413720
Binary1011101110100001100010110100100010111000100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,59,80); }

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

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

 a { background-color: rgb(2,59,80); }

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

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

 span { border-color: rgb(2,59,80); }

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