#023A4B

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

Shades of Sherpa Blue #023A4B

Tints of Sherpa Blue #023A4B

Color information

#023A4B (or 0x023A4B) is unknown color: approx Sherpa Blue. HEX triplet: 02, 3A and 4B. RGB value is (2,58,75). Sum of RGB (Red+Green+Blue) = 2+58+75=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #023A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A4B is #FDC5B4. Grayscale: #2B2B2B. Windows color (decimal): -16631221 or 4930050. OLE color: 4930050.

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

Color convert

RGB25875-
CMYK0.970.2300.71
HSL193.97º94.81%15.1%-
HSV(B)193.97º97.33%29.41%-
XYZ2.813.557.19-
YUV43.19145.9598.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 58 (23.05% from 255) = 42.96%
BLUE value IS 75 (29.69% from 255) = 55.56%
R=1.48%
G=42.96%
B=55.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal258750.970.2300.71193.9794.8115.1
Hex23A4B6117047c25ff
Octal27211314127010730213717
Binary101110101001011110000110111010001111100001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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