#0F4244

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

Shades of Cyprus #0F4244

Tints of Cyprus #0F4244

Color information

#0F4244 (or 0x0F4244) is unknown color: approx Cyprus. HEX triplet: 0F, 42 and 44. RGB value is (15,66,68). Sum of RGB (Red+Green+Blue) = 15+66+68=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #0F4244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4244 is #F0BDBB. Grayscale: #323232. Windows color (decimal): -15777212 or 4473359. OLE color: 4473359.

HSL color Cylindrical-coordinate representation of color #0F4244: hue angle of 182.26º 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 #0F4244 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB156668-
CMYK0.780.0300.73
HSL182.26º63.86%16.27%-
HSV(B)182.26º77.94%26.67%-
XYZ3.194.426.15-
YUV50.98137.6102.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.07%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 68 (26.95% from 255) = 45.64%
R=10.07%
G=44.30%
B=45.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1566680.780.0300.73182.2663.8616.27
HexF42444E3049b64010
Octal171021041163011126610020
Binary1111100001010001001001110110100100110110110100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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