Html Css Color HEX #084845 Cyprus

📋 copy color: '#084845'

red 8 ◦ green 72 ◦ blue 69

#084845
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #084845

Tints of Cyprus #084845

RGB

 RED value IS 8 (3.52% from 255) = 5.37%

 GREEN value IS 72 (28.52% from 255) = 48.32%

 BLUE value IS 69 (27.34% from 255) = 46.31%

R = 5.37%
G = 48.32%
B = 46.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#084845 (or 0x084845) is known color: Cyprus. HEX triplet: 08, 48 and 45. RGB value is (8,72,69). Sum of RGB (Red+Green+Blue) = 8+72+69=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 69 (27.34% from 255 or 46.31% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #084845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084845 is #F7B7BA. Grayscale: #343434. Windows color (decimal): -16234427 or 4540424. OLE color: 4540424.

HSL color Cylindrical-coordinate representation of color #084845: hue angle of 177.19º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084845 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 72 69 -
CMYK 0.89 0 0.04 0.72
HSL 177.19º 0.8% 0.16% -
HSV(B) 177.19º 0.89% 0.28% -
XYZ 3.49 5.12 6.43 -
YUV 52.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 8 72 69 0.89 0 0.04 0.72 177.19 0.8 0.16
Hex 8 48 45 59 0 4 48 B1 50 10
Octal 10 110 105 131 0 4 110 261 120 20
Binary 1000 1001000 1000101 1011001 0 100 1001000 10110001 1010000 10000

Color Harmonies of #084845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084845

Black with #084845

Text Example


Text Example

White with #084845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084845; }

 p { color: rgb(8,72,69); }

 H1.HeaderClassName
 {
   color: #084845;
 }
 .AnyTagClassName
 {
   color: #084845;
 }
</style>

background-color css

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

 a { background-color: rgb(8,72,69); }

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

border-color css

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

 span { border-color: rgb(8,72,69); }

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