#1A184D

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

Shades of Paua #1A184D

Tints of Paua #1A184D

Color information

#1A184D (or 0x1A184D) is unknown color: approx Paua. HEX triplet: 1A, 18 and 4D. RGB value is (26,24,77). Sum of RGB (Red+Green+Blue) = 26+24+77=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A184D is #E5E7B2. Grayscale: #1E1E1E. Windows color (decimal): -15067059 or 5052442. OLE color: 5052442.

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

Color convert

RGB262477-
CMYK0.660.6900.70
HSL242.26º52.48%19.8%-
HSV(B)242.26º68.83%30.2%-
XYZ2.091.417.18-
YUV30.64154.16124.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.47%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 77 (30.47% from 255) = 60.63%
R=20.47%
G=18.90%
B=60.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2624770.660.6900.70242.2652.4819.8
Hex1A184D4245046f23414
Octal323011510210501063626424
Binary1101011000100110110000101000101010001101111001011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A184D; }

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

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

<style>
 a { background-color: #1A184D; }

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

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

<style>
 span { border-color: #1A184D; }

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

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