#12094D

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

Shades of Paua #12094D

Tints of Paua #12094D

Color information

#12094D (or 0x12094D) is unknown color: approx Paua. HEX triplet: 12, 09 and 4D. RGB value is (18,9,77). Sum of RGB (Red+Green+Blue) = 18+9+77=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 77 (30.47% from 255 or 74.04% from 104); Max value from RGB is 77 - color contains mainly: blue. Hex color #12094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12094D is #EDF6B2. Grayscale: #131313. Windows color (decimal): -15595187 or 5048594. OLE color: 5048594.

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

Color convert

RGB18977-
CMYK0.770.8800.70
HSL247.94º79.07%16.86%-
HSV(B)247.94º88.31%30.2%-
XYZ1.690.867.1-
YUV19.44160.48126.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 77 (30.47% from 255) = 74.04%
R=17.31%
G=8.65%
B=74.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal189770.770.8800.70247.9479.0716.86
Hex1294D4D58046f84f11
Octal2211115115130010637011721
Binary1001010011001101100110110110000100011011111000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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