#073943

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

Shades of Cyprus #073943

Tints of Cyprus #073943

Color information

#073943 (or 0x073943) is unknown color: approx Cyprus. HEX triplet: 07, 39 and 43. RGB value is (7,57,67). Sum of RGB (Red+Green+Blue) = 7+57+67=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #073943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073943 is #F8C6BC. Grayscale: #2B2B2B. Windows color (decimal): -16303805 or 4405511. OLE color: 4405511.

HSL color Cylindrical-coordinate representation of color #073943: hue angle of 190º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073943 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB75767-
CMYK0.900.1500.74
HSL190º81.08%14.51%-
HSV(B)190º89.55%26.27%-
XYZ2.563.385.83-
YUV43.19141.44102.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 57 (22.66% from 255) = 43.51%
BLUE value IS 67 (26.56% from 255) = 51.15%
R=5.34%
G=43.51%
B=51.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal757670.900.1500.7419081.0814.51
Hex739435AF04Abe51f
Octal77110313217011227612117
Binary111111001100001110110101111010010101011111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073943; }

 p { color: rgb(7,57,67); }

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

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

 a { background-color: rgb(7,57,67); }

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

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

 span { border-color: rgb(7,57,67); }

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