#1b0e99

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

Shades of Ultramarine #1B0E99

Tints of Ultramarine #1B0E99

Color information

#1B0E99 (or 0x1B0E99) is unknown color: approx Ultramarine. HEX triplet: 1B, 0E and 99. RGB value is (27,14,153). Sum of RGB (Red+Green+Blue) = 27+14+153=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 153 (60.16% from 255 or 78.87% from 194); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B0E99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0E99 is #E4F166. Grayscale: #212121. Windows color (decimal): -15004007 or 10030619. OLE color: 10030619.

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

Color convert

RGB2714153-
CMYK0.820.9100.4
HSL245.61º83.23%32.75%-
HSV(B)245.61º90.85%60%-
XYZ6.362.8530.35-
YUV33.73195.31123.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.92%
GREEN value IS 14 (5.86% from 255) = 7.22%
BLUE value IS 153 (60.16% from 255) = 78.87%
R=13.92%
G=7.22%
B=78.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal27141530.820.9100.4245.6183.2332.75
Hex1BE99525B028f65321
Octal331623112213305036612341
Binary11011111010011001101001010110110101000111101101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b0e99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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