#104247

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

Shades of Cyprus #104247

Tints of Cyprus #104247

Color information

#104247 (or 0x104247) is unknown color: approx Cyprus. HEX triplet: 10, 42 and 47. RGB value is (16,66,71). Sum of RGB (Red+Green+Blue) = 16+66+71=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #104247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104247 is #EFBDB8. Grayscale: #333333. Windows color (decimal): -15711673 or 4669968. OLE color: 4669968.

HSL color Cylindrical-coordinate representation of color #104247: hue angle of 185.45º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104247 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB166671-
CMYK0.770.0700.72
HSL185.45º63.22%17.06%-
HSV(B)185.45º77.46%27.84%-
XYZ3.34.466.65-
YUV51.62138.94102.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.46%
GREEN value IS 66 (26.17% from 255) = 43.14%
BLUE value IS 71 (28.12% from 255) = 46.41%
R=10.46%
G=43.14%
B=46.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1666710.770.0700.72185.4563.2217.06
Hex1042474D7048b93f11
Octal20102107115701102717721
Binary10000100001010001111001101111010010001011100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104247; }

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

 H1.HeaderClassName
 {
   color: #104247;
 }
 .AnyTagClassName
 {
   color: #104247;
 }
</style>
background-color css

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

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

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

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

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

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