#0F443E

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

Shades of Cyprus #0F443E

Tints of Cyprus #0F443E

Color information

#0F443E (or 0x0F443E) is unknown color: approx Cyprus. HEX triplet: 0F, 44 and 3E. RGB value is (15,68,62). Sum of RGB (Red+Green+Blue) = 15+68+62=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #0F443E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F443E is #F0BBC1. Grayscale: #333333. Windows color (decimal): -15776706 or 4080655. OLE color: 4080655.

HSL color Cylindrical-coordinate representation of color #0F443E: hue angle of 173.21º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F443E is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB156862-
CMYK0.7800.090.73
HSL173.21º63.86%16.27%-
HSV(B)173.21º77.94%26.67%-
XYZ3.134.585.28-
YUV51.47133.94101.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.34%
GREEN value IS 68 (26.95% from 255) = 46.90%
BLUE value IS 62 (24.61% from 255) = 42.76%
R=10.34%
G=46.90%
B=42.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1568620.7800.090.73173.2163.8616.27
HexF443E4E0949ad4010
Octal171047611601111125510020
Binary11111000100111110100111001001100100110101101100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,68,62); }

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

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

 a { background-color: rgb(15,68,62); }

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

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

 span { border-color: rgb(15,68,62); }

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