#0F494D

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

Shades of Cyprus #0F494D

Tints of Cyprus #0F494D

Color information

#0F494D (or 0x0F494D) is unknown color: approx Cyprus. HEX triplet: 0F, 49 and 4D. RGB value is (15,73,77). Sum of RGB (Red+Green+Blue) = 15+73+77=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F494D is #F0B6B2. Grayscale: #383838. Windows color (decimal): -15775411 or 5064975. OLE color: 5064975.

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

Color convert

RGB157377-
CMYK0.810.0500.70
HSL183.87º67.39%18.04%-
HSV(B)183.87º80.52%30.2%-
XYZ3.925.47.86-
YUV56.11139.7898.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.09%
GREEN value IS 73 (28.91% from 255) = 44.24%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=9.09%
G=44.24%
B=46.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1573770.810.0500.70183.8767.3918.04
HexF494D515046b84312
Octal171111151215010627010322
Binary11111001001100110110100011010100011010111000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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