#1A114B

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

Shades of Paua #1A114B

Tints of Paua #1A114B

Color information

#1A114B (or 0x1A114B) is unknown color: approx Paua. HEX triplet: 1A, 11 and 4B. RGB value is (26,17,75). Sum of RGB (Red+Green+Blue) = 26+17+75=118 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.03% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #1A114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A114B is #E5EEB4. Grayscale: #1A1A1A. Windows color (decimal): -15068853 or 4919578. OLE color: 4919578.

HSL color Cylindrical-coordinate representation of color #1A114B: hue angle of 249.31º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A114B is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB261775-
CMYK0.650.7700.71
HSL249.31º63.04%18.04%-
HSV(B)249.31º77.33%29.41%-
XYZ1.91.136.77-
YUV26.3155.48127.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.03%
GREEN value IS 17 (7.03% from 255) = 14.41%
BLUE value IS 75 (29.69% from 255) = 63.56%
R=22.03%
G=14.41%
B=63.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2617750.650.7700.71249.3163.0418.04
Hex1A114B414D047f93f12
Octal322111310111501073717722
Binary1101010001100101110000011001101010001111111100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,17,75); }

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

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

 a { background-color: rgb(26,17,75); }

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

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

 span { border-color: rgb(26,17,75); }

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