#1A1243

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

Shades of Paua #1A1243

Tints of Paua #1A1243

Color information

#1A1243 (or 0x1A1243) is unknown color: approx Paua. HEX triplet: 1A, 12 and 43. RGB value is (26,18,67). Sum of RGB (Red+Green+Blue) = 26+18+67=111 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.42% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 67 (26.56% from 255 or 60.36% from 111); Max value from RGB is 67 - color contains mainly: blue. Hex color #1A1243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1243 is #E5EDBC. Grayscale: #191919. Windows color (decimal): -15068605 or 4395546. OLE color: 4395546.

HSL color Cylindrical-coordinate representation of color #1A1243: hue angle of 249.8º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A1243 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB261867-
CMYK0.610.7300.74
HSL249.8º57.65%16.67%-
HSV(B)249.8º73.13%26.27%-
XYZ1.661.065.43-
YUV25.98151.15128.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.42%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 67 (26.56% from 255) = 60.36%
R=23.42%
G=16.22%
B=60.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2618670.610.7300.74249.857.6516.67
Hex1A12433D4904Afa3a11
Octal32221037511101123727221
Binary110101001010000111111011001001010010101111101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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