#12034E

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

Shades of Paua #12034E

Tints of Paua #12034E

Color information

#12034E (or 0x12034E) is unknown color: approx Paua. HEX triplet: 12, 03 and 4E. RGB value is (18,3,78). Sum of RGB (Red+Green+Blue) = 18+3+78=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 78 (30.86% from 255 or 78.79% from 99); Max value from RGB is 78 - color contains mainly: blue. Hex color #12034E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12034E is #EDFCB1. Grayscale: #0F0F0F. Windows color (decimal): -15596722 or 5112594. OLE color: 5112594.

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

Color convert

RGB18378-
CMYK0.770.9600.69
HSL252º92.59%15.88%-
HSV(B)252º96.15%30.59%-
XYZ1.660.747.26-
YUV16.04162.97129.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 78 (30.86% from 255) = 78.79%
R=18.18%
G=3.03%
B=78.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal183780.770.9600.6925292.5915.88
Hex1234E4D60045fc5d10
Octal223116115140010537413520
Binary10010111001110100110111000000100010111111100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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