#0F464B

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

Shades of Cyprus #0F464B

Tints of Cyprus #0F464B

Color information

#0F464B (or 0x0F464B) is unknown color: approx Cyprus. HEX triplet: 0F, 46 and 4B. RGB value is (15,70,75). Sum of RGB (Red+Green+Blue) = 15+70+75=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F464B is #F0B9B4. Grayscale: #363636. Windows color (decimal): -15776181 or 4933135. OLE color: 4933135.

HSL color Cylindrical-coordinate representation of color #0F464B: hue angle of 185º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F464B is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB157075-
CMYK0.800.0700.71
HSL185º66.67%17.65%-
HSV(B)185º80%29.41%-
XYZ3.664.997.43-
YUV54.12139.78100.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.38%
GREEN value IS 70 (27.73% from 255) = 43.75%
BLUE value IS 75 (29.69% from 255) = 46.88%
R=9.38%
G=43.75%
B=46.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1570750.800.0700.7118566.6717.65
HexF464B507047b94312
Octal171061131207010727110322
Binary11111000110100101110100001110100011110111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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