#12104E

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

Shades of Paua #12104E

Tints of Paua #12104E

Color information

#12104E (or 0x12104E) is unknown color: approx Paua. HEX triplet: 12, 10 and 4E. RGB value is (18,16,78). Sum of RGB (Red+Green+Blue) = 18+16+78=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 78 (30.86% from 255 or 69.64% from 112); Max value from RGB is 78 - color contains mainly: blue. Hex color #12104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12104E is #EDEFB1. Grayscale: #171717. Windows color (decimal): -15593394 or 5115922. OLE color: 5115922.

HSL color Cylindrical-coordinate representation of color #12104E: hue angle of 241.94º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12104E is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB181678-
CMYK0.770.7900.69
HSL241.94º65.96%18.43%-
HSV(B)241.94º79.49%30.59%-
XYZ1.811.057.31-
YUV23.67158.66123.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 16 (6.64% from 255) = 14.29%
BLUE value IS 78 (30.86% from 255) = 69.64%
R=16.07%
G=14.29%
B=69.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1816780.770.7900.69241.9465.9618.43
Hex12104E4D4F045f24212
Octal2220116115117010536210222
Binary10010100001001110100110110011110100010111110010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12104E; }

 p { color: rgb(18,16,78); }

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

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

 a { background-color: rgb(18,16,78); }

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

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

 span { border-color: rgb(18,16,78); }

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