#1A154E

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

Shades of Paua #1A154E

Tints of Paua #1A154E

Color information

#1A154E (or 0x1A154E) is unknown color: approx Paua. HEX triplet: 1A, 15 and 4E. RGB value is (26,21,78). Sum of RGB (Red+Green+Blue) = 26+21+78=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A154E is #E5EAB1. Grayscale: #1C1C1C. Windows color (decimal): -15067826 or 5117210. OLE color: 5117210.

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

Color convert

RGB262178-
CMYK0.670.7300.69
HSL245.26º57.58%19.41%-
HSV(B)245.26º73.08%30.59%-
XYZ2.071.317.35-
YUV28.99155.66125.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.8%
GREEN value IS 21 (8.59% from 255) = 16.8%
BLUE value IS 78 (30.86% from 255) = 62.4%
R=20.8%
G=16.8%
B=62.4%

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
Decimal2621780.670.7300.69245.2657.5819.41
Hex1A154E4349045f53a13
Octal322511610311101053657223
Binary1101010101100111010000111001001010001011111010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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