#02465A

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

Shades of Sherpa Blue #02465A

Tints of Sherpa Blue #02465A

Color information

#02465A (or 0x02465A) is unknown color: approx Sherpa Blue. HEX triplet: 02, 46 and 5A. RGB value is (2,70,90). Sum of RGB (Red+Green+Blue) = 2+70+90=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #02465A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02465A is #FDB9A5. Grayscale: #333333. Windows color (decimal): -16628134 or 5916162. OLE color: 5916162.

HSL color Cylindrical-coordinate representation of color #02465A: hue angle of 193.64º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02465A is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB27090-
CMYK0.980.2200.65
HSL193.64º95.65%18.04%-
HSV(B)193.64º97.78%35.29%-
XYZ4.065.1310.45-
YUV51.95149.4792.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 90 (35.55% from 255) = 55.56%
R=1.23%
G=43.21%
B=55.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal270900.980.2200.65193.6495.6518.04
Hex2465A6216041c26012
Octal210613214226010130214022
Binary10100011010110101100010101100100000111000010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02465A; }

 p { color: rgb(2,70,90); }

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

<style>
 a { background-color: #02465A; }

 a { background-color: rgb(2,70,90); }

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

<style>
 span { border-color: #02465A; }

 span { border-color: rgb(2,70,90); }

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