#12134B

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

Shades of Paua #12134B

Tints of Paua #12134B

Color information

#12134B (or 0x12134B) is unknown color: approx Paua. HEX triplet: 12, 13 and 4B. RGB value is (18,19,75). Sum of RGB (Red+Green+Blue) = 18+19+75=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 75 (29.69% from 255 or 66.96% from 112); Max value from RGB is 75 - color contains mainly: blue. Hex color #12134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12134B is #EDECB4. Grayscale: #181818. Windows color (decimal): -15592629 or 4920082. OLE color: 4920082.

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

Color convert

RGB181975-
CMYK0.760.7500.71
HSL238.95º61.29%18.24%-
HSV(B)238.95º76%29.41%-
XYZ1.751.16.78-
YUV25.08156.17122.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 19 (7.81% from 255) = 16.96%
BLUE value IS 75 (29.69% from 255) = 66.96%
R=16.07%
G=16.96%
B=66.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1819750.760.7500.71238.9561.2918.24
Hex12134B4C4B047ef3d12
Octal222311311411301073577522
Binary1001010011100101110011001001011010001111110111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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