#084039

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

Shades of Cyprus #084039

Tints of Cyprus #084039

Color information

#084039 (or 0x084039) is unknown color: approx Cyprus. HEX triplet: 08, 40 and 39. RGB value is (8,64,57). Sum of RGB (Red+Green+Blue) = 8+64+57=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #084039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084039 is #F7BFC6. Grayscale: #2E2E2E. Windows color (decimal): -16236487 or 3751944. OLE color: 3751944.

HSL color Cylindrical-coordinate representation of color #084039: hue angle of 172.5º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084039 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB86457-
CMYK0.8700.110.75
HSL172.5º77.78%14.12%-
HSV(B)172.5º87.5%25.1%-
XYZ2.674.014.5-
YUV46.46133.95100.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 64 (25.39% from 255) = 49.61%
BLUE value IS 57 (22.66% from 255) = 44.19%
R=6.20%
G=49.61%
B=44.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864570.8700.110.75172.577.7814.12
Hex84039570B4Bac4ee
Octal101007112701311325411616
Binary1000100000011100110101110101110010111010110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084039; }

 p { color: rgb(8,64,57); }

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

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

 a { background-color: rgb(8,64,57); }

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

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

 span { border-color: rgb(8,64,57); }

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