#0F4956

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

Shades of Sherpa Blue #0F4956

Tints of Sherpa Blue #0F4956

Color information

#0F4956 (or 0x0F4956) is unknown color: approx Sherpa Blue. HEX triplet: 0F, 49 and 56. RGB value is (15,73,86). Sum of RGB (Red+Green+Blue) = 15+73+86=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #0F4956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4956 is #F0B6A9. Grayscale: #393939. Windows color (decimal): -15775402 or 5654799. OLE color: 5654799.

HSL color Cylindrical-coordinate representation of color #0F4956: hue angle of 190.99º 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 #0F4956 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB157386-
CMYK0.830.1500.66
HSL190.99º70.3%19.8%-
HSV(B)190.99º82.56%33.73%-
XYZ4.265.549.65-
YUV57.14144.2897.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.62%
GREEN value IS 73 (28.91% from 255) = 41.95%
BLUE value IS 86 (33.98% from 255) = 49.43%
R=8.62%
G=41.95%
B=49.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1573860.830.1500.66190.9970.319.8
HexF495653F042bf4614
Octal1711112612317010227710624
Binary111110010011010110101001111110100001010111111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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