#1A1858

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

Shades of Paua #1A1858

Tints of Paua #1A1858

Color information

#1A1858 (or 0x1A1858) is unknown color: approx Paua. HEX triplet: 1A, 18 and 58. RGB value is (26,24,88). Sum of RGB (Red+Green+Blue) = 26+24+88=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 88 (34.77% from 255 or 63.77% from 138); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A1858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1858 is #E5E7A7. Grayscale: #1F1F1F. Windows color (decimal): -15067048 or 5773338. OLE color: 5773338.

HSL color Cylindrical-coordinate representation of color #1A1858: hue angle of 241.88º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A1858 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB262488-
CMYK0.700.7300.65
HSL241.88º57.14%21.96%-
HSV(B)241.88º72.73%34.51%-
XYZ2.511.589.4-
YUV31.89159.66123.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.84%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 88 (34.77% from 255) = 63.77%
R=18.84%
G=17.39%
B=63.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2624880.700.7300.65241.8857.1421.96
Hex1A18584649041f23916
Octal323013010611101013627126
Binary1101011000101100010001101001001010000011111001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,24,88); }

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

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

 a { background-color: rgb(26,24,88); }

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

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

 span { border-color: rgb(26,24,88); }

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