#084247

Color #084247 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #084247

Tints of Cyprus #084247

Color information

#084247 (or 0x084247) is unknown color: approx 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

RGB86671-
CMYK0.890.0700.72
HSL184.76º79.75%15.49%-
HSV(B)184.76º88.73%27.84%-
XYZ3.194.46.64-
YUV49.23140.2898.59-

RGB Variations

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

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.12% from 255) = 48.97%
R=5.52%
G=45.52%
B=48.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal866710.890.0700.72184.7679.7515.49
Hex84247597048b950f
Octal101021071317011027112017
Binary1000100001010001111011001111010010001011100110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>