#1B114C

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

Shades of Paua #1B114C

Tints of Paua #1B114C

Color information

#1B114C (or 0x1B114C) is unknown color: approx Paua. HEX triplet: 1B, 11 and 4C. RGB value is (27,17,76). Sum of RGB (Red+Green+Blue) = 27+17+76=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #1B114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B114C is #E4EEB3. Grayscale: #1A1A1A. Windows color (decimal): -15003316 or 4985115. OLE color: 4985115.

HSL color Cylindrical-coordinate representation of color #1B114C: hue angle of 250.17º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B114C is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB271776-
CMYK0.640.7800.70
HSL250.17º63.44%18.24%-
HSV(B)250.17º77.63%29.8%-
XYZ1.961.166.96-
YUV26.72155.81128.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.5%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 76 (30.08% from 255) = 63.33%
R=22.5%
G=14.17%
B=63.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2717760.640.7800.70250.1763.4418.24
Hex1B114C404E046fa3f12
Octal332111410011601063727722
Binary1101110001100110010000001001110010001101111101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,17,76); }

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

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

 a { background-color: rgb(27,17,76); }

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

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

 span { border-color: rgb(27,17,76); }

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