#1A1248

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

Shades of Paua #1A1248

Tints of Paua #1A1248

Color information

#1A1248 (or 0x1A1248) is unknown color: approx Paua. HEX triplet: 1A, 12 and 48. RGB value is (26,18,72). Sum of RGB (Red+Green+Blue) = 26+18+72=116 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.41% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #1A1248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1248 is #E5EDB7. Grayscale: #1A1A1A. Windows color (decimal): -15068600 or 4723226. OLE color: 4723226.

HSL color Cylindrical-coordinate representation of color #1A1248: hue angle of 248.89º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A1248 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB261872-
CMYK0.640.7500.72
HSL248.89º60%17.65%-
HSV(B)248.89º75%28.24%-
XYZ1.811.126.25-
YUV26.55153.65127.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.41%
GREEN value IS 18 (7.42% from 255) = 15.52%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=22.41%
G=15.52%
B=62.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2618720.640.7500.72248.896017.65
Hex1A1248404B048f93c12
Octal322211010011301103717422
Binary1101010010100100010000001001011010010001111100111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,18,72); }

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

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

 a { background-color: rgb(26,18,72); }

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

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

 span { border-color: rgb(26,18,72); }

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