#1B159D

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

Shades of Ultramarine #1B159D

Tints of Ultramarine #1B159D

Color information

#1B159D (or 0x1B159D) is unknown color: approx Ultramarine. HEX triplet: 1B, 15 and 9D. RGB value is (27,21,157). Sum of RGB (Red+Green+Blue) = 27+21+157=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B159D is #E4EA62. Grayscale: #252525. Windows color (decimal): -15002211 or 10294555. OLE color: 10294555.

HSL color Cylindrical-coordinate representation of color #1B159D: hue angle of 242.65º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B159D is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2721157-
CMYK0.830.8700.38
HSL242.65º76.4%34.9%-
HSV(B)242.65º86.62%61.57%-
XYZ6.813.232.16-
YUV38.3194.99119.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.17%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 157 (61.72% from 255) = 76.59%
R=13.17%
G=10.24%
B=76.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal27211570.830.8700.38242.6576.434.9
Hex1B159D5357026f34c23
Octal332523512312704636311443
Binary110111010110011101101001110101110100110111100111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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