#1B184D

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

Shades of Paua #1B184D

Tints of Paua #1B184D

Color information

#1B184D (or 0x1B184D) is unknown color: approx Paua. HEX triplet: 1B, 18 and 4D. RGB value is (27,24,77). Sum of RGB (Red+Green+Blue) = 27+24+77=128 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.09% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B184D is #E4E7B2. Grayscale: #1E1E1E. Windows color (decimal): -15001523 or 5052443. OLE color: 5052443.

HSL color Cylindrical-coordinate representation of color #1B184D: hue angle of 243.4º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B184D is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB272477-
CMYK0.650.6900.70
HSL243.4º52.48%19.8%-
HSV(B)243.4º68.83%30.2%-
XYZ2.121.427.18-
YUV30.94153.99125.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.09%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 77 (30.47% from 255) = 60.16%
R=21.09%
G=18.75%
B=60.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2724770.650.6900.70243.452.4819.8
Hex1B184D4145046f33414
Octal333011510110501063636424
Binary1101111000100110110000011000101010001101111001111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,24,77); }

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

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

 a { background-color: rgb(27,24,77); }

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

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

 span { border-color: rgb(27,24,77); }

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