#0F4553

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

Shades of Sherpa Blue #0F4553

Tints of Sherpa Blue #0F4553

Color information

#0F4553 (or 0x0F4553) is unknown color: approx Sherpa Blue. HEX triplet: 0F, 45 and 53. RGB value is (15,69,83). Sum of RGB (Red+Green+Blue) = 15+69+83=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F4553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4553 is #F0BAAC. Grayscale: #363636. Windows color (decimal): -15776429 or 5457167. OLE color: 5457167.

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

Color convert

RGB156983-
CMYK0.820.1700.67
HSL192.35º69.39%19.22%-
HSV(B)192.35º81.93%32.55%-
XYZ3.894.988.94-
YUV54.45144.1199.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.98%
GREEN value IS 69 (27.34% from 255) = 41.32%
BLUE value IS 83 (32.81% from 255) = 49.70%
R=8.98%
G=41.32%
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
Decimal1569830.820.1700.67192.3569.3919.22
HexF45535211043c04513
Octal1710512312221010330010523
Binary1111100010110100111010010100010100001111000000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,69,83); }

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

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

 a { background-color: rgb(15,69,83); }

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

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

 span { border-color: rgb(15,69,83); }

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