#18174D

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

Shades of Paua #18174D

Tints of Paua #18174D

Color information

#18174D (or 0x18174D) is unknown color: approx Paua. HEX triplet: 18, 17 and 4D. RGB value is (24,23,77). Sum of RGB (Red+Green+Blue) = 24+23+77=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #18174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18174D is #E7E8B2. Grayscale: #1D1D1D. Windows color (decimal): -15198387 or 5052184. OLE color: 5052184.

HSL color Cylindrical-coordinate representation of color #18174D: hue angle of 241.11º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18174D is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB242377-
CMYK0.690.7000.70
HSL241.11º54%19.61%-
HSV(B)241.11º70.13%30.2%-
XYZ2.021.347.17-
YUV29.46154.83124.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 77 (30.47% from 255) = 62.10%
R=19.35%
G=18.55%
B=62.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2423770.690.7000.70241.115419.61
Hex18174D4546046f13614
Octal302711510510601063616624
Binary1100010111100110110001011000110010001101111000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18174D; }

 p { color: rgb(24,23,77); }

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

<style>
 a { background-color: #18174D; }

 a { background-color: rgb(24,23,77); }

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

<style>
 span { border-color: #18174D; }

 span { border-color: rgb(24,23,77); }

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