#0F4C51

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

Shades of Cyprus #0F4C51

Tints of Cyprus #0F4C51

Color information

#0F4C51 (or 0x0F4C51) is unknown color: approx Cyprus. HEX triplet: 0F, 4C and 51. RGB value is (15,76,81). Sum of RGB (Red+Green+Blue) = 15+76+81=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #0F4C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4C51 is #F0B3AE. Grayscale: #3A3A3A. Windows color (decimal): -15774639 or 5327887. OLE color: 5327887.

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

Color convert

RGB157681-
CMYK0.810.0600.68
HSL184.55º68.75%18.82%-
HSV(B)184.55º81.48%31.76%-
XYZ4.275.868.69-
YUV58.33140.7997.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.72%
GREEN value IS 76 (30.08% from 255) = 44.19%
BLUE value IS 81 (32.03% from 255) = 47.09%
R=8.72%
G=44.19%
B=47.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1576810.810.0600.68184.5568.7518.82
HexF4C51516044b94513
Octal171141211216010427110523
Binary11111001100101000110100011100100010010111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,76,81); }

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

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

 a { background-color: rgb(15,76,81); }

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

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

 span { border-color: rgb(15,76,81); }

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