#180F4D

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

Shades of Paua #180F4D

Tints of Paua #180F4D

Color information

#180F4D (or 0x180F4D) is unknown color: approx Paua. HEX triplet: 18, 0F and 4D. RGB value is (24,15,77). Sum of RGB (Red+Green+Blue) = 24+15+77=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #180F4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180F4D is #E7F0B2. Grayscale: #181818. Windows color (decimal): -15200435 or 5050136. OLE color: 5050136.

HSL color Cylindrical-coordinate representation of color #180F4D: hue angle of 248.71º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #180F4D is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB241577-
CMYK0.690.8100.70
HSL248.71º67.39%18.04%-
HSV(B)248.71º80.52%30.2%-
XYZ1.891.077.13-
YUV24.76157.48127.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 15 (6.25% from 255) = 12.93%
BLUE value IS 77 (30.47% from 255) = 66.38%
R=20.69%
G=12.93%
B=66.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2415770.690.8100.70248.7167.3918.04
Hex18F4D4551046f94312
Octal3017115105121010637110322
Binary1100011111001101100010110100010100011011111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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