#084B44

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

Shades of Cyprus #084B44

Tints of Cyprus #084B44

Color information

#084B44 (or 0x084B44) is unknown color: approx Cyprus. HEX triplet: 08, 4B and 44. RGB value is (8,75,68). Sum of RGB (Red+Green+Blue) = 8+75+68=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #084B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B44 is #F7B4BB. Grayscale: #363636. Windows color (decimal): -16233660 or 4475656. OLE color: 4475656.

HSL color Cylindrical-coordinate representation of color #084B44: hue angle of 173.73º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084B44 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB87568-
CMYK0.8900.090.71
HSL173.73º80.72%16.27%-
HSV(B)173.73º89.33%29.41%-
XYZ3.665.56.34-
YUV54.17135.895.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.30%
GREEN value IS 75 (29.69% from 255) = 49.67%
BLUE value IS 68 (26.95% from 255) = 45.03%
R=5.30%
G=49.67%
B=45.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal875680.8900.090.71173.7380.7216.27
Hex84B44590947ae5110
Octal1011310413101110725612120
Binary100010010111000100101100101001100011110101110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084B44; }

 p { color: rgb(8,75,68); }

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

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

 a { background-color: rgb(8,75,68); }

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

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

 span { border-color: rgb(8,75,68); }

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