#12034D

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

Shades of Paua #12034D

Tints of Paua #12034D

Color information

#12034D (or 0x12034D) is unknown color: approx Paua. HEX triplet: 12, 03 and 4D. RGB value is (18,3,77). Sum of RGB (Red+Green+Blue) = 18+3+77=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 77 (30.47% from 255 or 78.57% from 98); Max value from RGB is 77 - color contains mainly: blue. Hex color #12034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12034D is #EDFCB2. Grayscale: #0F0F0F. Windows color (decimal): -15596723 or 5047058. OLE color: 5047058.

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

Color convert

RGB18377-
CMYK0.770.9600.70
HSL252.16º92.5%15.69%-
HSV(B)252.16º96.1%30.2%-
XYZ1.620.737.08-
YUV15.92162.47129.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 77 (30.47% from 255) = 78.57%
R=18.37%
G=3.06%
B=78.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal183770.770.9600.70252.1692.515.69
Hex1234D4D60046fc5c10
Octal223115115140010637413420
Binary10010111001101100110111000000100011011111100101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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