#084041

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

Shades of Cyprus #084041

Tints of Cyprus #084041

Color information

#084041 (or 0x084041) is unknown color: approx Cyprus. HEX triplet: 08, 40 and 41. RGB value is (8,64,65). Sum of RGB (Red+Green+Blue) = 8+64+65=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #084041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084041 is #F7BFBE. Grayscale: #2F2F2F. Windows color (decimal): -16236479 or 4276232. OLE color: 4276232.

HSL color Cylindrical-coordinate representation of color #084041: hue angle of 181.05º 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 #084041 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB86465-
CMYK0.880.0200.75
HSL181.05º78.08%14.31%-
HSV(B)181.05º87.69%25.49%-
XYZ2.894.15.64-
YUV47.37137.9599.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 65 (25.78% from 255) = 47.45%
R=5.84%
G=46.72%
B=47.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864650.880.0200.75181.0578.0814.31
Hex8404158204Bb54ee
Octal101001011302011326511616
Binary100010000001000001101100010010010111011010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084041; }

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

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

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

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

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

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

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

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