#1B1A8A

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

Shades of Ultramarine #1B1A8A

Tints of Ultramarine #1B1A8A

Color information

#1B1A8A (or 0x1B1A8A) is unknown color: approx Ultramarine. HEX triplet: 1B, 1A and 8A. RGB value is (27,26,138). Sum of RGB (Red+Green+Blue) = 27+26+138=191 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.14% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 138 (54.30% from 255 or 72.25% from 191); Max value from RGB is 138 - color contains mainly: blue. Hex color #1B1A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B1A8A is #E4E575. Grayscale: #262626. Windows color (decimal): -15000950 or 9050651. OLE color: 9050651.

HSL color Cylindrical-coordinate representation of color #1B1A8A: hue angle of 240.54º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B1A8A is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2726138-
CMYK0.800.8100.46
HSL240.54º68.29%32.16%-
HSV(B)240.54º81.16%54.12%-
XYZ5.412.8124.3-
YUV39.07183.83119.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.14%
GREEN value IS 26 (10.55% from 255) = 13.61%
BLUE value IS 138 (54.30% from 255) = 72.25%
R=14.14%
G=13.61%
B=72.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal27261380.800.8100.46240.5468.2932.16
Hex1B1A8A505102Ef14420
Octal333221212012105636110440
Binary110111101010001010101000010100010101110111100011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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