Html Css Color HEX #084247 Cyprus

📋 copy color: '#084247'

red 8 ◦ green 66 ◦ blue 71

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

Shades of Cyprus #084247

Tints of Cyprus #084247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.52%

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

R = 5.52%
G = 45.52%
B = 48.97%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#084247 (or 0x084247) is known color: Cyprus. HEX triplet: 08, 42 and 47. RGB value is (8,66,71). Sum of RGB (Red+Green+Blue) = 8+66+71=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #084247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084247 is #F7BDB8. Grayscale: #313131. Windows color (decimal): -16235961 or 4669960. OLE color: 4669960.

HSL color Cylindrical-coordinate representation of color #084247: hue angle of 184.76º 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 #084247 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 66 71 -
CMYK 0.89 0.07 0 0.72
HSL 184.76º 0.8% 0.15% -
HSV(B) 184.76º 0.89% 0.28% -
XYZ 3.19 4.4 6.64 -
YUV 49.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 8 66 71 0.89 0.07 0 0.72 184.76 0.8 0.15
Hex 8 42 47 59 7 0 48 B9 50 F
Octal 10 102 107 131 7 0 110 271 120 17
Binary 1000 1000010 1000111 1011001 111 0 1001000 10111001 1010000 1111

Color Harmonies of #084247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084247

Black with #084247

Text Example


Text Example

White with #084247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084247; }

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

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

background-color css

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

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

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

border-color css

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

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

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