#10404A

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

Shades of Cyprus #10404A

Tints of Cyprus #10404A

Color information

#10404A (or 0x10404A) is unknown color: approx Cyprus. HEX triplet: 10, 40 and 4A. RGB value is (16,64,74). Sum of RGB (Red+Green+Blue) = 16+64+74=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #10404A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10404A is #EFBFB5. Grayscale: #323232. Windows color (decimal): -15712182 or 4866064. OLE color: 4866064.

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

Color convert

RGB166474-
CMYK0.780.1400.71
HSL190.34º64.44%17.65%-
HSV(B)190.34º78.38%29.02%-
XYZ3.284.277.13-
YUV50.79141.1103.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.39%
GREEN value IS 64 (25.39% from 255) = 41.56%
BLUE value IS 74 (29.30% from 255) = 48.05%
R=10.39%
G=41.56%
B=48.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1664740.780.1400.71190.3464.4417.65
Hex10404A4EE047be4012
Octal2010011211616010727610022
Binary1000010000001001010100111011100100011110111110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10404A; }

 p { color: rgb(16,64,74); }

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

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

 a { background-color: rgb(16,64,74); }

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

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

 span { border-color: rgb(16,64,74); }

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