#1B108A

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

Shades of Ultramarine #1B108A

Tints of Ultramarine #1B108A

Color information

#1B108A (or 0x1B108A) is unknown color: approx Ultramarine. HEX triplet: 1B, 10 and 8A. RGB value is (27,16,138). Sum of RGB (Red+Green+Blue) = 27+16+138=181 (23% of max value = 765). Red value is 27 (10.94% from 255 or 14.92% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 138 (54.30% from 255 or 76.24% from 181); Max value from RGB is 138 - color contains mainly: blue. Hex color #1B108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B108A is #E4EF75. Grayscale: #202020. Windows color (decimal): -15003510 or 9048091. OLE color: 9048091.

HSL color Cylindrical-coordinate representation of color #1B108A: hue angle of 245.41º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B108A is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2716138-
CMYK0.800.8800.46
HSL245.41º79.22%30.2%-
HSV(B)245.41º88.41%54.12%-
XYZ5.222.4424.24-
YUV33.2187.14123.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.92%
GREEN value IS 16 (6.64% from 255) = 8.84%
BLUE value IS 138 (54.30% from 255) = 76.24%
R=14.92%
G=8.84%
B=76.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal27161380.800.8800.46245.4179.2230.2
Hex1B108A505802Ef54f1e
Octal332021212013005636511736
Binary11011100001000101010100001011000010111011110101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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