#1B1088

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

Shades of Ultramarine #1B1088

Tints of Ultramarine #1B1088

Color information

#1B1088 (or 0x1B1088) is unknown color: approx Ultramarine. HEX triplet: 1B, 10 and 88. RGB value is (27,16,136). Sum of RGB (Red+Green+Blue) = 27+16+136=179 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.08% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 136 (53.52% from 255 or 75.98% from 179); Max value from RGB is 136 - color contains mainly: blue. Hex color #1B1088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1088 is #E4EF77. Grayscale: #202020. Windows color (decimal): -15003512 or 8917019. OLE color: 8917019.

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

Color convert

RGB2716136-
CMYK0.800.8800.47
HSL245.5º78.95%29.8%-
HSV(B)245.5º88.24%53.33%-
XYZ5.082.3823.48-
YUV32.97186.14123.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.08%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 136 (53.52% from 255) = 75.98%
R=15.08%
G=8.94%
B=75.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal27161360.800.8800.47245.578.9529.8
Hex1B1088505802Ff64f1e
Octal332021012013005736611736
Binary11011100001000100010100001011000010111111110110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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