#11454C

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

Shades of Cyprus #11454C

Tints of Cyprus #11454C

Color information

#11454C (or 0x11454C) is unknown color: approx Cyprus. HEX triplet: 11, 45 and 4C. RGB value is (17,69,76). Sum of RGB (Red+Green+Blue) = 17+69+76=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #11454C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11454C is #EEBAB3. Grayscale: #363636. Windows color (decimal): -15645364 or 4998417. OLE color: 4998417.

HSL color Cylindrical-coordinate representation of color #11454C: hue angle of 187.12º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11454C is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB176976-
CMYK0.780.0900.70
HSL187.12º63.44%18.24%-
HSV(B)187.12º77.63%29.8%-
XYZ3.664.97.59-
YUV54.25140.27101.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.49%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 76 (30.08% from 255) = 46.91%
R=10.49%
G=42.59%
B=46.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1769760.780.0900.70187.1263.4418.24
Hex11454C4E9046bb3f12
Octal211051141161101062737722
Binary100011000101100110010011101001010001101011101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11454C; }

 p { color: rgb(17,69,76); }

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

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

 a { background-color: rgb(17,69,76); }

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

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

 span { border-color: rgb(17,69,76); }

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