#1B1943

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

Shades of Paua #1B1943

Tints of Paua #1B1943

Color information

#1B1943 (or 0x1B1943) is unknown color: approx Paua. HEX triplet: 1B, 19 and 43. RGB value is (27,25,67). Sum of RGB (Red+Green+Blue) = 27+25+67=119 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.69% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 67 (26.56% from 255 or 56.30% from 119); Max value from RGB is 67 - color contains mainly: blue. Hex color #1B1943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1943 is #E4E6BC. Grayscale: #1E1E1E. Windows color (decimal): -15001277 or 4397339. OLE color: 4397339.

HSL color Cylindrical-coordinate representation of color #1B1943: hue angle of 242.86º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B1943 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB272567-
CMYK0.600.6300.74
HSL242.86º45.65%18.04%-
HSV(B)242.86º62.69%26.27%-
XYZ1.811.335.47-
YUV30.39148.66125.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.69%
GREEN value IS 25 (10.16% from 255) = 21.01%
BLUE value IS 67 (26.56% from 255) = 56.30%
R=22.69%
G=21.01%
B=56.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2725670.600.6300.74242.8645.6518.04
Hex1B19433C3F04Af32e12
Octal3331103747701123635622
Binary11011110011000011111100111111010010101111001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,25,67); }

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

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

 a { background-color: rgb(27,25,67); }

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

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

 span { border-color: rgb(27,25,67); }

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