#0F454D

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

Shades of Cyprus #0F454D

Tints of Cyprus #0F454D

Color information

#0F454D (or 0x0F454D) is unknown color: approx Cyprus. HEX triplet: 0F, 45 and 4D. RGB value is (15,69,77). Sum of RGB (Red+Green+Blue) = 15+69+77=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F454D is #F0BAB2. Grayscale: #353535. Windows color (decimal): -15776435 or 5063951. OLE color: 5063951.

HSL color Cylindrical-coordinate representation of color #0F454D: hue angle of 187.74º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F454D is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB156977-
CMYK0.810.1000.70
HSL187.74º67.39%18.04%-
HSV(B)187.74º80.52%30.2%-
XYZ3.664.897.77-
YUV53.77141.11100.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.32%
GREEN value IS 69 (27.34% from 255) = 42.86%
BLUE value IS 77 (30.47% from 255) = 47.83%
R=9.32%
G=42.86%
B=47.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1569770.810.1000.70187.7467.3918.04
HexF454D51A046bc4312
Octal1710511512112010627410322
Binary111110001011001101101000110100100011010111100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,69,77); }

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

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

 a { background-color: rgb(15,69,77); }

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

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

 span { border-color: rgb(15,69,77); }

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