Html Css Color HEX #084147 Cyprus

📋 copy color: '#084147'

red 8 ◦ green 65 ◦ blue 71

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

Shades of Cyprus #084147

Tints of Cyprus #084147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 49.31%

R = 5.56%
G = 45.14%
B = 49.31%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#084147 (or 0x084147) is known color: Cyprus. HEX triplet: 08, 41 and 47. RGB value is (8,65,71). Sum of RGB (Red+Green+Blue) = 8+65+71=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #084147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084147 is #F7BEB8. Grayscale: #303030. Windows color (decimal): -16236217 or 4669704. OLE color: 4669704.

HSL color Cylindrical-coordinate representation of color #084147: hue angle of 185.71º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084147 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 65 71 -
CMYK 0.89 0.08 0 0.72
HSL 185.71º 0.8% 0.15% -
HSV(B) 185.71º 0.89% 0.28% -
XYZ 3.13 4.29 6.62 -
YUV 48.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 8 65 71 0.89 0.08 0 0.72 185.71 0.8 0.15
Hex 8 41 47 59 8 0 48 BA 50 F
Octal 10 101 107 131 10 0 110 272 120 17
Binary 1000 1000001 1000111 1011001 1000 0 1001000 10111010 1010000 1111

Color Harmonies of #084147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084147

Black with #084147

Text Example


Text Example

White with #084147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084147; }

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

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

background-color css

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

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

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

border-color css

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

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

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