#1A154C

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

Shades of Paua #1A154C

Tints of Paua #1A154C

Color information

#1A154C (or 0x1A154C) is unknown color: approx Paua. HEX triplet: 1A, 15 and 4C. RGB value is (26,21,76). Sum of RGB (Red+Green+Blue) = 26+21+76=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #1A154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A154C is #E5EAB3. Grayscale: #1C1C1C. Windows color (decimal): -15067828 or 4986138. OLE color: 4986138.

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

Color convert

RGB262176-
CMYK0.660.7200.70
HSL245.45º56.7%19.02%-
HSV(B)245.45º72.37%29.8%-
XYZ21.286.98-
YUV28.76154.66126.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.14%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 76 (30.08% from 255) = 61.79%
R=21.14%
G=17.07%
B=61.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2621760.660.7200.70245.4556.719.02
Hex1A154C4248046f53913
Octal322511410211001063657123
Binary1101010101100110010000101001000010001101111010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,21,76); }

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

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

 a { background-color: rgb(26,21,76); }

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

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

 span { border-color: rgb(26,21,76); }

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