#1B1095

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

Shades of Ultramarine #1B1095

Tints of Ultramarine #1B1095

Color information

#1B1095 (or 0x1B1095) is unknown color: approx Ultramarine. HEX triplet: 1B, 10 and 95. RGB value is (27,16,149). Sum of RGB (Red+Green+Blue) = 27+16+149=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B1095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1095 is #E4EF6A. Grayscale: #212121. Windows color (decimal): -15003499 or 9768987. OLE color: 9768987.

HSL color Cylindrical-coordinate representation of color #1B1095: hue angle of 244.96º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B1095 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2716149-
CMYK0.820.8900.42
HSL244.96º80.61%32.35%-
HSV(B)244.96º89.26%58.43%-
XYZ6.062.7728.65-
YUV34.45192.64122.69-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.06%
GREEN value IS 16 (6.64% from 255) = 8.33%
BLUE value IS 149 (58.59% from 255) = 77.60%
R=14.06%
G=8.33%
B=77.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27161490.820.8900.42244.9680.6132.35
Hex1B1095525902Af55120
Octal332022512213105236512140
Binary110111000010010101101001010110010101010111101011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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