#02454D

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

Shades of Sherpa Blue #02454D

Tints of Sherpa Blue #02454D

Color information

#02454D (or 0x02454D) is unknown color: approx Sherpa Blue. HEX triplet: 02, 45 and 4D. RGB value is (2,69,77). Sum of RGB (Red+Green+Blue) = 2+69+77=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #02454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02454D is #FDBAB2. Grayscale: #313131. Windows color (decimal): -16628403 or 5063938. OLE color: 5063938.

HSL color Cylindrical-coordinate representation of color #02454D: hue angle of 186.4º 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 #02454D is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB26977-
CMYK0.970.1000.70
HSL186.4º94.94%15.49%-
HSV(B)186.4º97.4%30.2%-
XYZ3.494.87.76-
YUV49.88143.393.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 69 (27.34% from 255) = 46.62%
BLUE value IS 77 (30.47% from 255) = 52.03%
R=1.35%
G=46.62%
B=52.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal269770.970.1000.70186.494.9415.49
Hex2454D61A046ba5ff
Octal210511514112010627213717
Binary101000101100110111000011010010001101011101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02454D; }

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

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

<style>
 a { background-color: #02454D; }

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

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

<style>
 span { border-color: #02454D; }

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

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