#12094F

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

Shades of Paua #12094F

Tints of Paua #12094F

Color information

#12094F (or 0x12094F) is unknown color: approx Paua. HEX triplet: 12, 09 and 4F. RGB value is (18,9,79). Sum of RGB (Red+Green+Blue) = 18+9+79=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 79 (31.25% from 255 or 74.53% from 106); Max value from RGB is 79 - color contains mainly: blue. Hex color #12094F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12094F is #EDF6B0. Grayscale: #131313. Windows color (decimal): -15595185 or 5179666. OLE color: 5179666.

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

Color convert

RGB18979-
CMYK0.770.8900.69
HSL247.71º79.55%17.25%-
HSV(B)247.71º88.61%30.98%-
XYZ1.760.897.48-
YUV19.67161.48126.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 79 (31.25% from 255) = 74.53%
R=16.98%
G=8.49%
B=74.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal189790.770.8900.69247.7179.5517.25
Hex1294F4D59045f85011
Octal2211117115131010537012021
Binary1001010011001111100110110110010100010111111000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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