#180D4B

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

Shades of Paua #180D4B

Tints of Paua #180D4B

Color information

#180D4B (or 0x180D4B) is unknown color: approx Paua. HEX triplet: 18, 0D and 4B. RGB value is (24,13,75). Sum of RGB (Red+Green+Blue) = 24+13+75=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 13 (5.47% from 255 or 11.61% 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 #180D4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D4B is #E7F2B4. Grayscale: #171717. Windows color (decimal): -15200949 or 4918552. OLE color: 4918552.

HSL color Cylindrical-coordinate representation of color #180D4B: hue angle of 250.65º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #180D4B is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB241375-
CMYK0.680.8300.71
HSL250.65º70.45%17.25%-
HSV(B)250.65º82.67%29.41%-
XYZ1.790.996.75-
YUV23.36157.14128.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.43%
GREEN value IS 13 (5.47% from 255) = 11.61%
BLUE value IS 75 (29.69% from 255) = 66.96%
R=21.43%
G=11.61%
B=66.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2413750.680.8300.71250.6570.4517.25
Hex18D4B4453047fb4611
Octal3015113104123010737310621
Binary1100011011001011100010010100110100011111111011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180D4B; }

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

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

<style>
 a { background-color: #180D4B; }

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

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

<style>
 span { border-color: #180D4B; }

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

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