#18134B

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

Shades of Paua #18134B

Tints of Paua #18134B

Color information

#18134B (or 0x18134B) is unknown color: approx Paua. HEX triplet: 18, 13 and 4B. RGB value is (24,19,75). Sum of RGB (Red+Green+Blue) = 24+19+75=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #18134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18134B is #E7ECB4. Grayscale: #1A1A1A. Windows color (decimal): -15199413 or 4920088. OLE color: 4920088.

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

Color convert

RGB241975-
CMYK0.680.7500.71
HSL245.36º59.57%18.43%-
HSV(B)245.36º74.67%29.41%-
XYZ1.881.176.78-
YUV26.88155.16125.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.34%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 75 (29.69% from 255) = 63.56%
R=20.34%
G=16.10%
B=63.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2419750.680.7500.71245.3659.5718.43
Hex18134B444B047f53c12
Octal302311310411301073657422
Binary1100010011100101110001001001011010001111111010111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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