#121148

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

Shades of Paua #121148

Tints of Paua #121148

Color information

#121148 (or 0x121148) is unknown color: approx Paua. HEX triplet: 12, 11 and 48. RGB value is (18,17,72). Sum of RGB (Red+Green+Blue) = 18+17+72=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #121148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121148 is #EDEEB7. Grayscale: #171717. Windows color (decimal): -15593144 or 4722962. OLE color: 4722962.

HSL color Cylindrical-coordinate representation of color #121148: hue angle of 241.09º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #121148 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB181772-
CMYK0.750.7600.72
HSL241.09º61.8%17.45%-
HSV(B)241.09º76.39%28.24%-
XYZ1.6216.24-
YUV23.57155.33124.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 72 (28.52% from 255) = 67.29%
R=16.82%
G=15.89%
B=67.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1817720.750.7600.72241.0961.817.45
Hex1211484B4C048f13e11
Octal222111011311401103617621
Binary1001010001100100010010111001100010010001111000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121148; }

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

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

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

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

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

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

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

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