#1B1599

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

Shades of Ultramarine #1B1599

Tints of Ultramarine #1B1599

Color information

#1B1599 (or 0x1B1599) is unknown color: approx Ultramarine. HEX triplet: 1B, 15 and 99. RGB value is (27,21,153). Sum of RGB (Red+Green+Blue) = 27+21+153=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 153 (60.16% from 255 or 76.12% from 201); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B1599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1599 is #E4EA66. Grayscale: #252525. Windows color (decimal): -15002215 or 10032411. OLE color: 10032411.

HSL color Cylindrical-coordinate representation of color #1B1599: hue angle of 242.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B1599 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2721153-
CMYK0.820.8600.4
HSL242.73º75.86%34.12%-
HSV(B)242.73º86.27%60%-
XYZ6.473.0730.39-
YUV37.84192.99120.27-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.43%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 153 (60.16% from 255) = 76.12%
R=13.43%
G=10.45%
B=76.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal27211530.820.8600.4242.7375.8634.12
Hex1B15995256028f34c22
Octal332523112212605036311442
Binary110111010110011001101001010101100101000111100111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,21,153); }

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

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

 a { background-color: rgb(27,21,153); }

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

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

 span { border-color: rgb(27,21,153); }

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