#1A144C

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

Shades of Paua #1A144C

Tints of Paua #1A144C

Color information

#1A144C (or 0x1A144C) is unknown color: approx Paua. HEX triplet: 1A, 14 and 4C. RGB value is (26,20,76). Sum of RGB (Red+Green+Blue) = 26+20+76=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #1A144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A144C is #E5EBB3. Grayscale: #1B1B1B. Windows color (decimal): -15068084 or 4985882. OLE color: 4985882.

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

Color convert

RGB262076-
CMYK0.660.7400.70
HSL246.43º58.33%18.82%-
HSV(B)246.43º73.68%29.8%-
XYZ1.981.246.97-
YUV28.18154.99126.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.31%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 76 (30.08% from 255) = 62.30%
R=21.31%
G=16.39%
B=62.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2620760.660.7400.70246.4358.3318.82
Hex1A144C424A046f63a13
Octal322411410211201063667223
Binary1101010100100110010000101001010010001101111011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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