Html Css Color HEX #084044 Cyprus

📋 copy color: '#084044'

red 8 ◦ green 64 ◦ blue 68

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

Shades of Cyprus #084044

Tints of Cyprus #084044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.71%

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

R = 5.71%
G = 45.71%
B = 48.57%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#084044 (or 0x084044) is known color: Cyprus. HEX triplet: 08, 40 and 44. RGB value is (8,64,68). Sum of RGB (Red+Green+Blue) = 8+64+68=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #084044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084044 is #F7BFBB. Grayscale: #2F2F2F. Windows color (decimal): -16236476 or 4472840. OLE color: 4472840.

HSL color Cylindrical-coordinate representation of color #084044: hue angle of 184º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084044 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 64 68 -
CMYK 0.88 0.06 0 0.73
HSL 184º 0.79% 0.15% -
HSV(B) 184º 0.88% 0.27% -
XYZ 2.98 4.14 6.11 -
YUV 47.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 8 64 68 0.88 0.06 0 0.73 184 0.79 0.15
Hex 8 40 44 58 6 0 49 B8 4F F
Octal 10 100 104 130 6 0 111 270 117 17
Binary 1000 1000000 1000100 1011000 110 0 1001001 10111000 1001111 1111

Color Harmonies of #084044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084044

Black with #084044

Text Example


Text Example

White with #084044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084044; }

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

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

background-color css

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

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

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

border-color css

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

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

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