#12094E

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

Shades of Paua #12094E

Tints of Paua #12094E

Color information

#12094E (or 0x12094E) is unknown color: approx Paua. HEX triplet: 12, 09 and 4E. RGB value is (18,9,78). Sum of RGB (Red+Green+Blue) = 18+9+78=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 78 (30.86% from 255 or 74.29% from 105); Max value from RGB is 78 - color contains mainly: blue. Hex color #12094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12094E is #EDF6B1. Grayscale: #131313. Windows color (decimal): -15595186 or 5114130. OLE color: 5114130.

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

Color convert

RGB18978-
CMYK0.770.8800.69
HSL247.83º79.31%17.06%-
HSV(B)247.83º88.46%30.59%-
XYZ1.720.877.29-
YUV19.56160.98126.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 78 (30.86% from 255) = 74.29%
R=17.14%
G=8.57%
B=74.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal189780.770.8800.69247.8379.3117.06
Hex1294E4D58045f84f11
Octal2211116115130010537011721
Binary1001010011001110100110110110000100010111111000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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