#02454B

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

Shades of Sherpa Blue #02454B

Tints of Sherpa Blue #02454B

Color information

#02454B (or 0x02454B) is unknown color: approx Sherpa Blue. HEX triplet: 02, 45 and 4B. RGB value is (2,69,75). Sum of RGB (Red+Green+Blue) = 2+69+75=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #02454B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02454B is #FDBAB4. Grayscale: #313131. Windows color (decimal): -16628405 or 4932866. OLE color: 4932866.

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

Color convert

RGB26975-
CMYK0.970.0800.71
HSL184.93º94.81%15.1%-
HSV(B)184.93º97.33%29.41%-
XYZ3.424.787.4-
YUV49.65142.394.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 69 (27.34% from 255) = 47.26%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=1.37%
G=47.26%
B=51.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal269750.970.0800.71184.9394.8115.1
Hex2454B618047b95ff
Octal210511314110010727113717
Binary101000101100101111000011000010001111011100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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