#1A154F

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

Shades of Paua #1A154F

Tints of Paua #1A154F

Color information

#1A154F (or 0x1A154F) is unknown color: approx Paua. HEX triplet: 1A, 15 and 4F. RGB value is (26,21,79). Sum of RGB (Red+Green+Blue) = 26+21+79=126 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.63% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #1A154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A154F is #E5EAB0. Grayscale: #1C1C1C. Windows color (decimal): -15067825 or 5182746. OLE color: 5182746.

HSL color Cylindrical-coordinate representation of color #1A154F: hue angle of 245.17º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A154F is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB262179-
CMYK0.670.7300.69
HSL245.17º58%19.61%-
HSV(B)245.17º73.42%30.98%-
XYZ2.111.327.54-
YUV29.11156.16125.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.63%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 79 (31.25% from 255) = 62.70%
R=20.63%
G=16.67%
B=62.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2621790.670.7300.69245.175819.61
Hex1A154F4349045f53a14
Octal322511710311101053657224
Binary1101010101100111110000111001001010001011111010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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