#0F414D

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

Shades of Sherpa Blue #0F414D

Tints of Sherpa Blue #0F414D

Color information

#0F414D (or 0x0F414D) is unknown color: approx Sherpa Blue. HEX triplet: 0F, 41 and 4D. RGB value is (15,65,77). Sum of RGB (Red+Green+Blue) = 15+65+77=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F414D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F414D is #F0BEB2. Grayscale: #333333. Windows color (decimal): -15777459 or 5062927. OLE color: 5062927.

HSL color Cylindrical-coordinate representation of color #0F414D: hue angle of 191.61º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F414D is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB156577-
CMYK0.810.1600.70
HSL191.61º67.39%18.04%-
HSV(B)191.61º80.52%30.2%-
XYZ3.434.427.69-
YUV51.42142.44102.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.55%
GREEN value IS 65 (25.78% from 255) = 41.40%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=9.55%
G=41.40%
B=49.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1565770.810.1600.70191.6167.3918.04
HexF414D5110046c04312
Octal1710111512120010630010322
Binary1111100000110011011010001100000100011011000000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,65,77); }

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

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

 a { background-color: rgb(15,65,77); }

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

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

 span { border-color: rgb(15,65,77); }

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