#11424D

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

Shades of Cyprus #11424D

Tints of Cyprus #11424D

Color information

#11424D (or 0x11424D) is unknown color: approx Cyprus. HEX triplet: 11, 42 and 4D. RGB value is (17,66,77). Sum of RGB (Red+Green+Blue) = 17+66+77=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #11424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11424D is #EEBDB2. Grayscale: #343434. Windows color (decimal): -15646131 or 5063185. OLE color: 5063185.

HSL color Cylindrical-coordinate representation of color #11424D: hue angle of 191º degrees, saturation: 0.64, 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 #11424D is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB176677-
CMYK0.780.1400.70
HSL191º63.83%18.43%-
HSV(B)191º77.92%30.2%-
XYZ3.524.557.71-
YUV52.6141.77102.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.62%
GREEN value IS 66 (26.17% from 255) = 41.25%
BLUE value IS 77 (30.47% from 255) = 48.12%
R=10.62%
G=41.25%
B=48.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1766770.780.1400.7019163.8318.43
Hex11424D4EE046bf4012
Octal2110211511616010627710022
Binary1000110000101001101100111011100100011010111111100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11424D; }

 p { color: rgb(17,66,77); }

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

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

 a { background-color: rgb(17,66,77); }

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

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

 span { border-color: rgb(17,66,77); }

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