Html Css Color HEX #084141 Cyprus

📋 copy color: '#084141'

red 8 ◦ green 65 ◦ blue 65

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

Shades of Cyprus #084141

Tints of Cyprus #084141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.1%

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

R = 5.8%
G = 47.1%
B = 47.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#084141 (or 0x084141) is known color: Cyprus. HEX triplet: 08, 41 and 41. RGB value is (8,65,65). Sum of RGB (Red+Green+Blue) = 8+65+65=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #084141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084141 is #F7BEBE. Grayscale: #2F2F2F. Windows color (decimal): -16236223 or 4276488. OLE color: 4276488.

HSL color Cylindrical-coordinate representation of color #084141: hue angle of 180º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084141 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 65 65 -
CMYK 0.88 0 0 0.75
HSL 180º 0.78% 0.14% -
HSV(B) 180º 0.88% 0.25% -
XYZ 2.94 4.21 5.66 -
YUV 47.96 137.62 99.5 -
System Red Green Blue C M Y K H S L
Decimal 8 65 65 0.88 0 0 0.75 180 0.78 0.14
Hex 8 41 41 58 0 0 4B B4 4E E
Octal 10 101 101 130 0 0 113 264 116 16
Binary 1000 1000001 1000001 1011000 0 0 1001011 10110100 1001110 1110

Color Harmonies of #084141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084141

Black with #084141

Text Example


Text Example

White with #084141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084141; }

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

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

background-color css

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

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

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

border-color css

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

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

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