#1B104E

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

Shades of Paua #1B104E

Tints of Paua #1B104E

Color information

#1B104E (or 0x1B104E) is unknown color: approx Paua. HEX triplet: 1B, 10 and 4E. RGB value is (27,16,78). Sum of RGB (Red+Green+Blue) = 27+16+78=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #1B104E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B104E is #E4EFB1. Grayscale: #1A1A1A. Windows color (decimal): -15003570 or 5115931. OLE color: 5115931.

HSL color Cylindrical-coordinate representation of color #1B104E: hue angle of 250.65º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B104E is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB271678-
CMYK0.650.7900.69
HSL250.65º65.96%18.43%-
HSV(B)250.65º79.49%30.59%-
XYZ2.011.157.32-
YUV26.36157.14128.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.31%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 78 (30.86% from 255) = 64.46%
R=22.31%
G=13.22%
B=64.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2716780.650.7900.69250.6565.9618.43
Hex1B104E414F045fb4212
Octal3320116101117010537310222
Binary11011100001001110100000110011110100010111111011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,16,78); }

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

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

 a { background-color: rgb(27,16,78); }

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

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

 span { border-color: rgb(27,16,78); }

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