Html Css Color HEX #084844 Cyprus

📋 copy color: '#084844'

red 8 ◦ green 72 ◦ blue 68

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

Shades of Cyprus #084844

Tints of Cyprus #084844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 45.95%

R = 5.41%
G = 48.65%
B = 45.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#084844 (or 0x084844) is known color: Cyprus. HEX triplet: 08, 48 and 44. RGB value is (8,72,68). Sum of RGB (Red+Green+Blue) = 8+72+68=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #084844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084844 is #F7B7BB. Grayscale: #343434. Windows color (decimal): -16234428 or 4474888. OLE color: 4474888.

HSL color Cylindrical-coordinate representation of color #084844: hue angle of 176.25º 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 #084844 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 72 68 -
CMYK 0.89 0 0.06 0.72
HSL 176.25º 0.8% 0.16% -
HSV(B) 176.25º 0.89% 0.28% -
XYZ 3.46 5.1 6.27 -
YUV 52.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 8 72 68 0.89 0 0.06 0.72 176.25 0.8 0.16
Hex 8 48 44 59 0 6 48 B0 50 10
Octal 10 110 104 131 0 6 110 260 120 20
Binary 1000 1001000 1000100 1011001 0 110 1001000 10110000 1010000 10000

Color Harmonies of #084844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084844

Black with #084844

Text Example


Text Example

White with #084844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084844; }

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

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

background-color css

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

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

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

border-color css

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

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

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