Html Css Color HEX #084944 Cyprus

📋 copy color: '#084944'

red 8 ◦ green 73 ◦ blue 68

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

Shades of Cyprus #084944

Tints of Cyprus #084944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.99%

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

R = 5.37%
G = 48.99%
B = 45.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#084944 (or 0x084944) is known color: Cyprus. HEX triplet: 08, 49 and 44. RGB value is (8,73,68). Sum of RGB (Red+Green+Blue) = 8+73+68=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #084944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084944 is #F7B6BB. Grayscale: #343434. Windows color (decimal): -16234172 or 4475144. OLE color: 4475144.

HSL color Cylindrical-coordinate representation of color #084944: hue angle of 175.38º degrees, saturation: 0.8, 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 #084944 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 73 68 -
CMYK 0.89 0 0.07 0.71
HSL 175.38º 0.8% 0.16% -
HSV(B) 175.38º 0.89% 0.29% -
XYZ 3.53 5.23 6.29 -
YUV 53 136.47 95.91 -
System Red Green Blue C M Y K H S L
Decimal 8 73 68 0.89 0 0.07 0.71 175.38 0.8 0.16
Hex 8 49 44 59 0 7 47 AF 50 10
Octal 10 111 104 131 0 7 107 257 120 20
Binary 1000 1001001 1000100 1011001 0 111 1000111 10101111 1010000 10000

Color Harmonies of #084944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084944

Black with #084944

Text Example


Text Example

White with #084944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084944; }

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

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

background-color css

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

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

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

border-color css

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

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

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