#11484B

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

Shades of Cyprus #11484B

Tints of Cyprus #11484B

Color information

#11484B (or 0x11484B) is unknown color: approx Cyprus. HEX triplet: 11, 48 and 4B. RGB value is (17,72,75). Sum of RGB (Red+Green+Blue) = 17+72+75=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #11484B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11484B is #EEB7B4. Grayscale: #373737. Windows color (decimal): -15644597 or 4933649. OLE color: 4933649.

HSL color Cylindrical-coordinate representation of color #11484B: hue angle of 183.1º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11484B is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB177275-
CMYK0.770.0400.71
HSL183.1º63.04%18.04%-
HSV(B)183.1º77.33%29.41%-
XYZ3.825.267.47-
YUV55.9138.78100.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.37%
GREEN value IS 72 (28.52% from 255) = 43.90%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=10.37%
G=43.90%
B=45.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1772750.770.0400.71183.163.0418.04
Hex11484B4D4047b73f12
Octal21110113115401072677722
Binary10001100100010010111001101100010001111011011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11484B; }

 p { color: rgb(17,72,75); }

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

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

 a { background-color: rgb(17,72,75); }

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

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

 span { border-color: rgb(17,72,75); }

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