#10454A

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

Shades of Cyprus #10454A

Tints of Cyprus #10454A

Color information

#10454A (or 0x10454A) is unknown color: approx Cyprus. HEX triplet: 10, 45 and 4A. RGB value is (16,69,74). Sum of RGB (Red+Green+Blue) = 16+69+74=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 74 - color contains mainly: blue. Hex color #10454A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10454A is #EFBAB5. Grayscale: #353535. Windows color (decimal): -15710902 or 4867344. OLE color: 4867344.

HSL color Cylindrical-coordinate representation of color #10454A: hue angle of 185.17º 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 #10454A is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB166974-
CMYK0.780.0700.71
HSL185.17º64.44%17.65%-
HSV(B)185.17º78.38%29.02%-
XYZ3.584.867.23-
YUV53.72139.44101.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 74 (29.30% from 255) = 46.54%
R=10.06%
G=43.40%
B=46.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1669740.780.0700.71185.1764.4417.65
Hex10454A4E7047b94012
Octal201051121167010727110022
Binary100001000101100101010011101110100011110111001100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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