#12014F

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

Shades of Paua #12014F

Tints of Paua #12014F

Color information

#12014F (or 0x12014F) is unknown color: approx Paua. HEX triplet: 12, 01 and 4F. RGB value is (18,1,79). Sum of RGB (Red+Green+Blue) = 18+1+79=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 79 (31.25% from 255 or 80.61% from 98); Max value from RGB is 79 - color contains mainly: blue. Hex color #12014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12014F is #EDFEB0. Grayscale: #0E0E0E. Windows color (decimal): -15597233 or 5177618. OLE color: 5177618.

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

Color convert

RGB18179-
CMYK0.770.9900.69
HSL253.08º97.5%15.69%-
HSV(B)253.08º98.73%30.98%-
XYZ1.670.717.45-
YUV14.98164.13130.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 79 (31.25% from 255) = 80.61%
R=18.37%
G=1.02%
B=80.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal181790.770.9900.69253.0897.515.69
Hex1214F4D63045fd6210
Octal221117115143010537514220
Binary1001011001111100110111000110100010111111101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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