#1B184F

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

Shades of Paua #1B184F

Tints of Paua #1B184F

Color information

#1B184F (or 0x1B184F) is unknown color: approx Paua. HEX triplet: 1B, 18 and 4F. RGB value is (27,24,79). Sum of RGB (Red+Green+Blue) = 27+24+79=130 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.77% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #1B184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B184F is #E4E7B0. Grayscale: #1E1E1E. Windows color (decimal): -15001521 or 5183515. OLE color: 5183515.

HSL color Cylindrical-coordinate representation of color #1B184F: hue angle of 243.27º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B184F is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB272479-
CMYK0.660.7000.69
HSL243.27º53.4%20.2%-
HSV(B)243.27º69.62%30.98%-
XYZ2.191.457.56-
YUV31.17154.99125.03-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.77%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 79 (31.25% from 255) = 60.77%
R=20.77%
G=18.46%
B=60.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2724790.660.7000.69243.2753.420.2
Hex1B184F4246045f33514
Octal333011710210601053636524
Binary1101111000100111110000101000110010001011111001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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