#0F5254

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

Shades of Sherpa Blue #0F5254

Tints of Sherpa Blue #0F5254

Color information

#0F5254 (or 0x0F5254) is unknown color: approx Sherpa Blue. HEX triplet: 0F, 52 and 54. RGB value is (15,82,84). Sum of RGB (Red+Green+Blue) = 15+82+84=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F5254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5254 is #F0ADAB. Grayscale: #3E3E3E. Windows color (decimal): -15773100 or 5526031. OLE color: 5526031.

HSL color Cylindrical-coordinate representation of color #0F5254: hue angle of 181.74º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5254 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB158284-
CMYK0.820.0200.67
HSL181.74º69.7%19.41%-
HSV(B)181.74º82.14%32.94%-
XYZ4.816.789.44-
YUV62.2140.394.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.29%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 84 (33.20% from 255) = 46.41%
R=8.29%
G=45.30%
B=46.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1582840.820.0200.67181.7469.719.41
HexF5254522043b64613
Octal171221241222010326610623
Binary1111101001010101001010010100100001110110110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F5254; }

 p { color: rgb(15,82,84); }

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

<style>
 a { background-color: #0F5254; }

 a { background-color: rgb(15,82,84); }

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

<style>
 span { border-color: #0F5254; }

 span { border-color: rgb(15,82,84); }

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