#023A4D

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

Shades of Sherpa Blue #023A4D

Tints of Sherpa Blue #023A4D

Color information

#023A4D (or 0x023A4D) is unknown color: approx Sherpa Blue. HEX triplet: 02, 3A and 4D. RGB value is (2,58,77). Sum of RGB (Red+Green+Blue) = 2+58+77=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #023A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A4D is #FDC5B2. Grayscale: #2B2B2B. Windows color (decimal): -16631219 or 5061122. OLE color: 5061122.

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

Color convert

RGB25877-
CMYK0.970.2500.70
HSL195.2º94.94%15.49%-
HSV(B)195.2º97.4%30.2%-
XYZ2.883.577.56-
YUV43.42146.9598.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 58 (23.05% from 255) = 42.34%
BLUE value IS 77 (30.47% from 255) = 56.20%
R=1.46%
G=42.34%
B=56.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal258770.970.2500.70195.294.9415.49
Hex23A4D6119046c35ff
Octal27211514131010630313717
Binary101110101001101110000111001010001101100001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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