#12144F

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

Shades of Paua #12144F

Tints of Paua #12144F

Color information

#12144F (or 0x12144F) is unknown color: approx Paua. HEX triplet: 12, 14 and 4F. RGB value is (18,20,79). Sum of RGB (Red+Green+Blue) = 18+20+79=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #12144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12144F is #EDEBB0. Grayscale: #191919. Windows color (decimal): -15592369 or 5182482. OLE color: 5182482.

HSL color Cylindrical-coordinate representation of color #12144F: hue angle of 238.03º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12144F is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB182079-
CMYK0.770.7500.69
HSL238.03º62.89%19.02%-
HSV(B)238.03º77.22%30.98%-
XYZ1.911.197.53-
YUV26.13157.84122.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 79 (31.25% from 255) = 67.52%
R=15.38%
G=17.09%
B=67.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1820790.770.7500.69238.0362.8919.02
Hex12144F4D4B045ee3f13
Octal222411711511301053567723
Binary1001010100100111110011011001011010001011110111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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