#02464B

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

Shades of Sherpa Blue #02464B

Tints of Sherpa Blue #02464B

Color information

#02464B (or 0x02464B) is unknown color: approx Sherpa Blue. HEX triplet: 02, 46 and 4B. RGB value is (2,70,75). Sum of RGB (Red+Green+Blue) = 2+70+75=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #02464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02464B is #FDB9B4. Grayscale: #323232. Windows color (decimal): -16628149 or 4933122. OLE color: 4933122.

HSL color Cylindrical-coordinate representation of color #02464B: hue angle of 184.11º 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 #02464B is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB27075-
CMYK0.970.0700.71
HSL184.11º94.81%15.1%-
HSV(B)184.11º97.33%29.41%-
XYZ3.494.97.42-
YUV50.24141.9793.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 70 (27.73% from 255) = 47.62%
BLUE value IS 75 (29.69% from 255) = 51.02%
R=1.36%
G=47.62%
B=51.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal270750.970.0700.71184.1194.8115.1
Hex2464B617047b85ff
Octal21061131417010727013717
Binary10100011010010111100001111010001111011100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02464B; }

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

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

<style>
 a { background-color: #02464B; }

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

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

<style>
 span { border-color: #02464B; }

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

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