#12094B

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

Shades of Paua #12094B

Tints of Paua #12094B

Color information

#12094B (or 0x12094B) is unknown color: approx Paua. HEX triplet: 12, 09 and 4B. RGB value is (18,9,75). Sum of RGB (Red+Green+Blue) = 18+9+75=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 75 (29.69% from 255 or 73.53% from 102); Max value from RGB is 75 - color contains mainly: blue. Hex color #12094B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12094B is #EDF6B4. Grayscale: #121212. Windows color (decimal): -15595189 or 4917522. OLE color: 4917522.

HSL color Cylindrical-coordinate representation of color #12094B: hue angle of 248.18º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12094B is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB18975-
CMYK0.760.8800.71
HSL248.18º78.57%16.47%-
HSV(B)248.18º88%29.41%-
XYZ1.620.836.73-
YUV19.22159.48127.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 9 (3.91% from 255) = 8.82%
BLUE value IS 75 (29.69% from 255) = 73.53%
R=17.65%
G=8.82%
B=73.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal189750.760.8800.71248.1878.5716.47
Hex1294B4C58047f84f10
Octal2211113114130010737011720
Binary1001010011001011100110010110000100011111111000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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