#0F5256

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

Shades of Sherpa Blue #0F5256

Tints of Sherpa Blue #0F5256

Color information

#0F5256 (or 0x0F5256) is unknown color: approx Sherpa Blue. HEX triplet: 0F, 52 and 56. RGB value is (15,82,86). Sum of RGB (Red+Green+Blue) = 15+82+86=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #0F5256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5256 is #F0ADA9. Grayscale: #3E3E3E. Windows color (decimal): -15773098 or 5657103. OLE color: 5657103.

HSL color Cylindrical-coordinate representation of color #0F5256: hue angle of 183.38º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5256 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB158286-
CMYK0.830.0500.66
HSL183.38º70.3%19.8%-
HSV(B)183.38º82.56%33.73%-
XYZ4.896.819.86-
YUV62.42141.394.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.20%
GREEN value IS 82 (32.42% from 255) = 44.81%
BLUE value IS 86 (33.98% from 255) = 46.99%
R=8.20%
G=44.81%
B=46.99%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1582860.830.0500.66183.3870.319.8
HexF5256535042b74614
Octal171221261235010226710624
Binary11111010010101011010100111010100001010110111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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