#12084F

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

Shades of Paua #12084F

Tints of Paua #12084F

Color information

#12084F (or 0x12084F) is unknown color: approx Paua. HEX triplet: 12, 08 and 4F. RGB value is (18,8,79). Sum of RGB (Red+Green+Blue) = 18+8+79=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 79 (31.25% from 255 or 75.24% from 105); Max value from RGB is 79 - color contains mainly: blue. Hex color #12084F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12084F is #EDF7B0. Grayscale: #121212. Windows color (decimal): -15595441 or 5179410. OLE color: 5179410.

HSL color Cylindrical-coordinate representation of color #12084F: hue angle of 248.45º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12084F is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB18879-
CMYK0.770.9000.69
HSL248.45º81.61%17.06%-
HSV(B)248.45º89.87%30.98%-
XYZ1.750.877.47-
YUV19.08161.81127.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 79 (31.25% from 255) = 75.24%
R=17.14%
G=7.62%
B=75.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal188790.770.9000.69248.4581.6117.06
Hex1284F4D5A045f85211
Octal2210117115132010537012221
Binary1001010001001111100110110110100100010111111000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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