#1B0991

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

Shades of Ultramarine #1B0991

Tints of Ultramarine #1B0991

Color information

#1B0991 (or 0x1B0991) is unknown color: approx Ultramarine. HEX triplet: 1B, 09 and 91. RGB value is (27,9,145). Sum of RGB (Red+Green+Blue) = 27+9+145=181 (23% of max value = 765). Red value is 27 (10.94% from 255 or 14.92% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 145 (57.03% from 255 or 80.11% from 181); Max value from RGB is 145 - color contains mainly: blue. Hex color #1B0991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0991 is #E4F66E. Grayscale: #1D1D1D. Windows color (decimal): -15005295 or 9505051. OLE color: 9505051.

HSL color Cylindrical-coordinate representation of color #1B0991: hue angle of 247.94º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B0991 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB279145-
CMYK0.810.9400.43
HSL247.94º88.31%30.2%-
HSV(B)247.94º93.79%56.86%-
XYZ5.662.4726.97-
YUV29.89192.96125.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.92%
GREEN value IS 9 (3.91% from 255) = 4.97%
BLUE value IS 145 (57.03% from 255) = 80.11%
R=14.92%
G=4.97%
B=80.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2791450.810.9400.43247.9488.3130.2
Hex1B991515E02Bf8581e
Octal331122112113605337013036
Binary1101110011001000110100011011110010101111111000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,9,145); }

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

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

 a { background-color: rgb(27,9,145); }

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

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

 span { border-color: rgb(27,9,145); }

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