#023A51

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

Shades of Sherpa Blue #023A51

Tints of Sherpa Blue #023A51

Color information

#023A51 (or 0x023A51) is unknown color: approx Sherpa Blue. HEX triplet: 02, 3A and 51. RGB value is (2,58,81). Sum of RGB (Red+Green+Blue) = 2+58+81=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #023A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A51 is #FDC5AE. Grayscale: #2B2B2B. Windows color (decimal): -16631215 or 5323266. OLE color: 5323266.

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

Color convert

RGB25881-
CMYK0.980.2800.68
HSL197.47º95.18%16.27%-
HSV(B)197.47º97.53%31.76%-
XYZ3.023.638.33-
YUV43.88148.9598.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 58 (23.05% from 255) = 41.13%
BLUE value IS 81 (32.03% from 255) = 57.45%
R=1.42%
G=41.13%
B=57.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal258810.980.2800.68197.4795.1816.27
Hex23A51621C044c55f10
Octal27212114234010430513720
Binary1011101010100011100010111000100010011000101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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