#111250

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

Shades of Paua #111250

Tints of Paua #111250

Color information

#111250 (or 0x111250) is unknown color: approx Paua. HEX triplet: 11, 12 and 50. RGB value is (17,18,80). Sum of RGB (Red+Green+Blue) = 17+18+80=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 80 (31.64% from 255 or 69.57% from 115); Max value from RGB is 80 - color contains mainly: blue. Hex color #111250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111250 is #EEEDAF. Grayscale: #181818. Windows color (decimal): -15658416 or 5247505. OLE color: 5247505.

HSL color Cylindrical-coordinate representation of color #111250: hue angle of 239.05º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #111250 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB171880-
CMYK0.790.7800.69
HSL239.05º64.95%19.02%-
HSV(B)239.05º78.75%31.37%-
XYZ1.91.137.71-
YUV24.77159.17122.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.78%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 80 (31.64% from 255) = 69.57%
R=14.78%
G=15.65%
B=69.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1718800.790.7800.69239.0564.9519.02
Hex1112504F4E045ef4113
Octal2122120117116010535710123
Binary10001100101010000100111110011100100010111101111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111250; }

 p { color: rgb(17,18,80); }

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

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

 a { background-color: rgb(17,18,80); }

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

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

 span { border-color: rgb(17,18,80); }

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