#1A144F

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

Shades of Paua #1A144F

Tints of Paua #1A144F

Color information

#1A144F (or 0x1A144F) is unknown color: approx Paua. HEX triplet: 1A, 14 and 4F. RGB value is (26,20,79). Sum of RGB (Red+Green+Blue) = 26+20+79=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #1A144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A144F is #E5EBB0. Grayscale: #1C1C1C. Windows color (decimal): -15068081 or 5182490. OLE color: 5182490.

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

Color convert

RGB262079-
CMYK0.670.7500.69
HSL246.1º59.6%19.41%-
HSV(B)246.1º74.68%30.98%-
XYZ2.091.287.54-
YUV28.52156.49126.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.8%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 79 (31.25% from 255) = 63.2%
R=20.8%
G=16%
B=63.2%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2620790.670.7500.69246.159.619.41
Hex1A144F434B045f63c13
Octal322411710311301053667423
Binary1101010100100111110000111001011010001011111011011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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