#12104B

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

Shades of Paua #12104B

Tints of Paua #12104B

Color information

#12104B (or 0x12104B) is unknown color: approx Paua. HEX triplet: 12, 10 and 4B. RGB value is (18,16,75). Sum of RGB (Red+Green+Blue) = 18+16+75=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #12104B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12104B is #EDEFB4. Grayscale: #171717. Windows color (decimal): -15593397 or 4919314. OLE color: 4919314.

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

Color convert

RGB181675-
CMYK0.760.7900.71
HSL242.03º64.84%17.84%-
HSV(B)242.03º78.67%29.41%-
XYZ1.71.016.76-
YUV23.32157.16124.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 16 (6.64% from 255) = 14.68%
BLUE value IS 75 (29.69% from 255) = 68.81%
R=16.51%
G=14.68%
B=68.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1816750.760.7900.71242.0364.8417.84
Hex12104B4C4F047f24112
Octal2220113114117010736210122
Binary10010100001001011100110010011110100011111110010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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