#18133F

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

Shades of Paua #18133F

Tints of Paua #18133F

Color information

#18133F (or 0x18133F) is unknown color: approx Paua. HEX triplet: 18, 13 and 3F. RGB value is (24,19,63). Sum of RGB (Red+Green+Blue) = 24+19+63=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 63 (25% from 255 or 59.43% from 106); Max value from RGB is 63 - color contains mainly: blue. Hex color #18133F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18133F is #E7ECC0. Grayscale: #191919. Windows color (decimal): -15199425 or 4133656. OLE color: 4133656.

HSL color Cylindrical-coordinate representation of color #18133F: hue angle of 246.82º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18133F is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB241963-
CMYK0.620.7000.75
HSL246.82º53.66%16.08%-
HSV(B)246.82º69.84%24.71%-
XYZ1.511.024.82-
YUV25.51149.16126.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.64%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 63 (25% from 255) = 59.43%
R=22.64%
G=17.92%
B=59.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2419630.620.7000.75246.8253.6616.08
Hex18133F3E4604Bf73610
Octal3023777610601133676620
Binary11000100111111111111101000110010010111111011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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