#104249

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

Shades of Cyprus #104249

Tints of Cyprus #104249

Color information

#104249 (or 0x104249) is unknown color: approx Cyprus. HEX triplet: 10, 42 and 49. RGB value is (16,66,73). Sum of RGB (Red+Green+Blue) = 16+66+73=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #104249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104249 is #EFBDB6. Grayscale: #333333. Windows color (decimal): -15711671 or 4801040. OLE color: 4801040.

HSL color Cylindrical-coordinate representation of color #104249: hue angle of 187.37º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104249 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB166673-
CMYK0.780.1000.71
HSL187.37º64.04%17.45%-
HSV(B)187.37º78.08%28.63%-
XYZ3.364.496.99-
YUV51.85139.94102.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 73 (28.91% from 255) = 47.10%
R=10.32%
G=42.58%
B=47.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1666730.780.1000.71187.3764.0417.45
Hex1042494EA047bb4011
Octal2010211111612010727310021
Binary1000010000101001001100111010100100011110111011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104249; }

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

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

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

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

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

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

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

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