#11434B

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

Shades of Cyprus #11434B

Tints of Cyprus #11434B

Color information

#11434B (or 0x11434B) is unknown color: approx Cyprus. HEX triplet: 11, 43 and 4B. RGB value is (17,67,75). Sum of RGB (Red+Green+Blue) = 17+67+75=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #11434B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11434B is #EEBCB4. Grayscale: #343434. Windows color (decimal): -15645877 or 4932369. OLE color: 4932369.

HSL color Cylindrical-coordinate representation of color #11434B: hue angle of 188.28º 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 #11434B is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB176775-
CMYK0.770.1100.71
HSL188.28º63.04%18.04%-
HSV(B)188.28º77.33%29.41%-
XYZ3.514.647.37-
YUV52.96140.44102.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 67 (26.56% from 255) = 42.14%
BLUE value IS 75 (29.69% from 255) = 47.17%
R=10.69%
G=42.14%
B=47.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1767750.770.1100.71188.2863.0418.04
Hex11434B4DB047bc3f12
Octal211031131151301072747722
Binary100011000011100101110011011011010001111011110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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