#073F45

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

Shades of Cyprus #073F45

Tints of Cyprus #073F45

Color information

#073F45 (or 0x073F45) is unknown color: approx Cyprus. HEX triplet: 07, 3F and 45. RGB value is (7,63,69). Sum of RGB (Red+Green+Blue) = 7+63+69=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #073F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F45 is #F8C0BA. Grayscale: #2E2E2E. Windows color (decimal): -16302267 or 4538119. OLE color: 4538119.

HSL color Cylindrical-coordinate representation of color #073F45: hue angle of 185.81º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073F45 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB76369-
CMYK0.900.0900.73
HSL185.81º81.58%14.9%-
HSV(B)185.81º89.86%27.06%-
XYZ2.944.036.25-
YUV46.94140.4599.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 63 (25% from 255) = 45.32%
BLUE value IS 69 (27.34% from 255) = 49.64%
R=5.04%
G=45.32%
B=49.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal763690.900.0900.73185.8181.5814.9
Hex73F455A9049ba52f
Octal77710513211011127212217
Binary111111111100010110110101001010010011011101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073F45; }

 p { color: rgb(7,63,69); }

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

<style>
 a { background-color: #073F45; }

 a { background-color: rgb(7,63,69); }

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

<style>
 span { border-color: #073F45; }

 span { border-color: rgb(7,63,69); }

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