#12084B

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

Shades of Paua #12084B

Tints of Paua #12084B

Color information

#12084B (or 0x12084B) is unknown color: approx Paua. HEX triplet: 12, 08 and 4B. RGB value is (18,8,75). Sum of RGB (Red+Green+Blue) = 18+8+75=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 75 (29.69% from 255 or 74.26% from 101); Max value from RGB is 75 - color contains mainly: blue. Hex color #12084B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12084B is #EDF7B4. Grayscale: #121212. Windows color (decimal): -15595445 or 4917266. OLE color: 4917266.

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

Color convert

RGB18875-
CMYK0.760.8900.71
HSL248.96º80.72%16.27%-
HSV(B)248.96º89.33%29.41%-
XYZ1.610.816.73-
YUV18.63159.81127.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 75 (29.69% from 255) = 74.26%
R=17.82%
G=7.92%
B=74.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal188750.760.8900.71248.9680.7216.27
Hex1284B4C59047f95110
Octal2210113114131010737112120
Binary1001010001001011100110010110010100011111111001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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