#0F474E

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

Shades of Cyprus #0F474E

Tints of Cyprus #0F474E

Color information

#0F474E (or 0x0F474E) is unknown color: approx Cyprus. HEX triplet: 0F, 47 and 4E. RGB value is (15,71,78). Sum of RGB (Red+Green+Blue) = 15+71+78=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F474E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F474E is #F0B8B1. Grayscale: #363636. Windows color (decimal): -15775922 or 5129999. OLE color: 5129999.

HSL color Cylindrical-coordinate representation of color #0F474E: hue angle of 186.67º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F474E is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB157178-
CMYK0.810.0900.69
HSL186.67º67.74%18.24%-
HSV(B)186.67º80.77%30.59%-
XYZ3.835.168-
YUV55.05140.9599.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.15%
GREEN value IS 71 (28.12% from 255) = 43.29%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=9.15%
G=43.29%
B=47.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1571780.810.0900.69186.6767.7418.24
HexF474E519045bb4412
Octal1710711612111010527310422
Binary111110001111001110101000110010100010110111011100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,71,78); }

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

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

 a { background-color: rgb(15,71,78); }

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

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

 span { border-color: rgb(15,71,78); }

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