#0F4654

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

Shades of Sherpa Blue #0F4654

Tints of Sherpa Blue #0F4654

Color information

#0F4654 (or 0x0F4654) is unknown color: approx Sherpa Blue. HEX triplet: 0F, 46 and 54. RGB value is (15,70,84). Sum of RGB (Red+Green+Blue) = 15+70+84=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F4654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4654 is #F0B9AB. Grayscale: #373737. Windows color (decimal): -15776172 or 5522959. OLE color: 5522959.

HSL color Cylindrical-coordinate representation of color #0F4654: hue angle of 192.17º 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 #0F4654 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB157084-
CMYK0.820.1700.67
HSL192.17º69.7%19.41%-
HSV(B)192.17º82.14%32.94%-
XYZ3.995.129.17-
YUV55.15144.2899.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.88%
GREEN value IS 70 (27.73% from 255) = 41.42%
BLUE value IS 84 (33.20% from 255) = 49.70%
R=8.88%
G=41.42%
B=49.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1570840.820.1700.67192.1769.719.41
HexF46545211043c04613
Octal1710612412221010330010623
Binary1111100011010101001010010100010100001111000000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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