#02484B

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

Shades of Sherpa Blue #02484B

Tints of Sherpa Blue #02484B

Color information

#02484B (or 0x02484B) is unknown color: approx Sherpa Blue. HEX triplet: 02, 48 and 4B. RGB value is (2,72,75). Sum of RGB (Red+Green+Blue) = 2+72+75=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #02484B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02484B is #FDB7B4. Grayscale: #333333. Windows color (decimal): -16627637 or 4933634. OLE color: 4933634.

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

Color convert

RGB27275-
CMYK0.970.0400.71
HSL182.47º94.81%15.1%-
HSV(B)182.47º97.33%29.41%-
XYZ3.615.167.46-
YUV51.41141.3192.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 72 (28.52% from 255) = 48.32%
BLUE value IS 75 (29.69% from 255) = 50.34%
R=1.34%
G=48.32%
B=50.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal272750.970.0400.71182.4794.8115.1
Hex2484B614047b65ff
Octal21101131414010726613717
Binary10100100010010111100001100010001111011011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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