Html Css Color HEX #084641 Cyprus

📋 copy color: '#084641'

red 8 ◦ green 70 ◦ blue 65

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

Shades of Cyprus #084641

Tints of Cyprus #084641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.95%

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

R = 5.59%
G = 48.95%
B = 45.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#084641 (or 0x084641) is known color: Cyprus. HEX triplet: 08, 46 and 41. RGB value is (8,70,65). Sum of RGB (Red+Green+Blue) = 8+70+65=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #084641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084641 is #F7B9BE. Grayscale: #323232. Windows color (decimal): -16234943 or 4277768. OLE color: 4277768.

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

Color convert

RGB 8 70 65 -
CMYK 0.89 0 0.07 0.73
HSL 175.16º 0.79% 0.15% -
HSV(B) 175.16º 0.89% 0.27% -
XYZ 3.24 4.81 5.76 -
YUV 50.89 135.96 97.41 -
System Red Green Blue C M Y K H S L
Decimal 8 70 65 0.89 0 0.07 0.73 175.16 0.79 0.15
Hex 8 46 41 59 0 7 49 AF 4F F
Octal 10 106 101 131 0 7 111 257 117 17
Binary 1000 1000110 1000001 1011001 0 111 1001001 10101111 1001111 1111

Color Harmonies of #084641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084641

Black with #084641

Text Example


Text Example

White with #084641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084641; }

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

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

background-color css

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

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

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

border-color css

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

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

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