Html Css Color HEX #084C44 Cyprus

📋 copy color: '#084C44'

red 8 ◦ green 76 ◦ blue 68

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

Shades of Cyprus #084C44

Tints of Cyprus #084C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 50%

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

R = 5.26%
G = 50%
B = 44.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.70

RGB Variations

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

Color information

#084C44 (or 0x084C44) is known color: Cyprus. HEX triplet: 08, 4C and 44. RGB value is (8,76,68). Sum of RGB (Red+Green+Blue) = 8+76+68=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #084C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C44 is #F7B3BB. Grayscale: #363636. Windows color (decimal): -16233404 or 4475912. OLE color: 4475912.

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

Color convert

RGB 8 76 68 -
CMYK 0.89 0 0.11 0.70
HSL 172.94º 0.81% 0.16% -
HSV(B) 172.94º 0.89% 0.3% -
XYZ 3.73 5.64 6.36 -
YUV 54.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 8 76 68 0.89 0 0.11 0.70 172.94 0.81 0.16
Hex 8 4C 44 59 0 B 46 AD 51 10
Octal 10 114 104 131 0 13 106 255 121 20
Binary 1000 1001100 1000100 1011001 0 1011 1000110 10101101 1010001 10000

Color Harmonies of #084C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084C44

Black with #084C44

Text Example


Text Example

White with #084C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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