#0F404D

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

Shades of Sherpa Blue #0F404D

Tints of Sherpa Blue #0F404D

Color information

#0F404D (or 0x0F404D) is unknown color: approx Sherpa Blue. HEX triplet: 0F, 40 and 4D. RGB value is (15,64,77). Sum of RGB (Red+Green+Blue) = 15+64+77=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F404D is #F0BFB2. Grayscale: #323232. Windows color (decimal): -15777715 or 5062671. OLE color: 5062671.

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

Color convert

RGB156477-
CMYK0.810.1700.70
HSL192.58º67.39%18.04%-
HSV(B)192.58º80.52%30.2%-
XYZ3.374.37.67-
YUV50.83142.77102.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.62%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 77 (30.47% from 255) = 49.36%
R=9.62%
G=41.03%
B=49.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1564770.810.1700.70192.5867.3918.04
HexF404D5111046c14312
Octal1710011512121010630110322
Binary1111100000010011011010001100010100011011000001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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