#0F5255

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

Shades of Sherpa Blue #0F5255

Tints of Sherpa Blue #0F5255

Color information

#0F5255 (or 0x0F5255) is unknown color: approx Sherpa Blue. HEX triplet: 0F, 52 and 55. RGB value is (15,82,85). Sum of RGB (Red+Green+Blue) = 15+82+85=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F5255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5255 is #F0ADAA. Grayscale: #3E3E3E. Windows color (decimal): -15773099 or 5591567. OLE color: 5591567.

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

Color convert

RGB158285-
CMYK0.820.0400.67
HSL182.57º70%19.61%-
HSV(B)182.57º82.35%33.33%-
XYZ4.856.799.65-
YUV62.31140.894.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.24%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 85 (33.59% from 255) = 46.70%
R=8.24%
G=45.05%
B=46.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1582850.820.0400.67182.577019.61
HexF5255524043b74614
Octal171221251224010326710624
Binary11111010010101010110100101000100001110110111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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