#1b1aa0

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

Shades of Ultramarine #1B1AA0

Tints of Ultramarine #1B1AA0

Color information

#1B1AA0 (or 0x1B1AA0) is unknown color: approx Ultramarine. HEX triplet: 1B, 1A and A0. RGB value is (27,26,160). Sum of RGB (Red+Green+Blue) = 27+26+160=213 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.68% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 160 (62.89% from 255 or 75.12% from 213); Max value from RGB is 160 - color contains mainly: blue. Hex color #1B1AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B1AA0 is #E4E55F. Grayscale: #292929. Windows color (decimal): -15000928 or 10492443. OLE color: 10492443.

HSL color Cylindrical-coordinate representation of color #1B1AA0: hue angle of 240.45º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B1AA0 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2726160-
CMYK0.830.8400.37
HSL240.45º72.04%36.47%-
HSV(B)240.45º83.75%62.75%-
XYZ7.173.5133.56-
YUV41.58194.83117.6-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.68%
GREEN value IS 26 (10.55% from 255) = 12.21%
BLUE value IS 160 (62.89% from 255) = 75.12%
R=12.68%
G=12.21%
B=75.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal27261600.830.8400.37240.4572.0436.47
Hex1B1AA05354025f04824
Octal333224012312404536011044
Binary110111101010100000101001110101000100101111100001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b1aa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,26,160); }

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

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

 a { background-color: rgb(27,26,160); }

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

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

 span { border-color: rgb(27,26,160); }

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