#1B0086

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

Shades of Ultramarine #1B0086

Tints of Ultramarine #1B0086

Color information

#1B0086 (or 0x1B0086) is unknown color: approx Ultramarine. HEX triplet: 1B, 00 and 86. RGB value is (27,0,134). Sum of RGB (Red+Green+Blue) = 27+0+134=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 134 (52.73% from 255 or 83.23% from 161); Max value from RGB is 134 - color contains mainly: blue. Hex color #1B0086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0086 is #E4FF79. Grayscale: #161616. Windows color (decimal): -15007610 or 8781851. OLE color: 8781851.

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

Color convert

RGB270134-
CMYK0.80100.47
HSL252.09º100%26.27%-
HSV(B)252.09º100%52.55%-
XYZ4.761.9522.68-
YUV23.35190.45130.6-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 83.23%
R=16.77%
G=0%
B=83.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2701340.80100.47252.0910026.27
Hex1B086506402Ffc641a
Octal33020612014405737414432
Binary1101101000011010100001100100010111111111100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,0,134); }

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

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

 a { background-color: rgb(27,0,134); }

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

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

 span { border-color: rgb(27,0,134); }

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