Html Css Color HEX #084441 Cyprus

📋 copy color: '#084441'

red 8 ◦ green 68 ◦ blue 65

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

Shades of Cyprus #084441

Tints of Cyprus #084441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.23%

 BLUE value IS 65 (25.78% from 255) = 46.1%

R = 5.67%
G = 48.23%
B = 46.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#084441 (or 0x084441) is known color: Cyprus. HEX triplet: 08, 44 and 41. RGB value is (8,68,65). Sum of RGB (Red+Green+Blue) = 8+68+65=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #084441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084441 is #F7BBBE. Grayscale: #313131. Windows color (decimal): -16235455 or 4277256. OLE color: 4277256.

HSL color Cylindrical-coordinate representation of color #084441: hue angle of 177º 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 #084441 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 68 65 -
CMYK 0.88 0 0.04 0.73
HSL 177º 0.79% 0.15% -
HSV(B) 177º 0.88% 0.27% -
XYZ 3.12 4.57 5.72 -
YUV 49.72 136.62 98.24 -
System Red Green Blue C M Y K H S L
Decimal 8 68 65 0.88 0 0.04 0.73 177 0.79 0.15
Hex 8 44 41 58 0 4 49 B1 4F F
Octal 10 104 101 130 0 4 111 261 117 17
Binary 1000 1000100 1000001 1011000 0 100 1001001 10110001 1001111 1111

Color Harmonies of #084441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084441

Black with #084441

Text Example


Text Example

White with #084441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084441; }

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

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

background-color css

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

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

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

border-color css

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

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

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