#0F4246

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

Shades of Cyprus #0F4246

Tints of Cyprus #0F4246

Color information

#0F4246 (or 0x0F4246) is unknown color: approx Cyprus. HEX triplet: 0F, 42 and 46. RGB value is (15,66,70). Sum of RGB (Red+Green+Blue) = 15+66+70=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 70 - color contains mainly: blue. Hex color #0F4246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4246 is #F0BDB9. Grayscale: #333333. Windows color (decimal): -15777210 or 4604431. OLE color: 4604431.

HSL color Cylindrical-coordinate representation of color #0F4246: hue angle of 184.36º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4246 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB156670-
CMYK0.790.0600.73
HSL184.36º64.71%16.67%-
HSV(B)184.36º78.57%27.45%-
XYZ3.254.446.48-
YUV51.21138.6102.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.93%
GREEN value IS 66 (26.17% from 255) = 43.71%
BLUE value IS 70 (27.73% from 255) = 46.36%
R=9.93%
G=43.71%
B=46.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1566700.790.0600.73184.3664.7116.67
HexF42464F6049b84111
Octal171021061176011127010121
Binary11111000010100011010011111100100100110111000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,66,70); }

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

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

 a { background-color: rgb(15,66,70); }

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

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

 span { border-color: rgb(15,66,70); }

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