#1B1A8B

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

Shades of Ultramarine #1B1A8B

Tints of Ultramarine #1B1A8B

Color information

#1B1A8B (or 0x1B1A8B) is unknown color: approx Ultramarine. HEX triplet: 1B, 1A and 8B. RGB value is (27,26,139). Sum of RGB (Red+Green+Blue) = 27+26+139=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B1A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B1A8B is #E4E574. Grayscale: #262626. Windows color (decimal): -15000949 or 9116187. OLE color: 9116187.

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

Color convert

RGB2726139-
CMYK0.810.8100.45
HSL240.53º68.48%32.35%-
HSV(B)240.53º81.29%54.51%-
XYZ5.482.8424.68-
YUV39.18184.33119.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.06%
GREEN value IS 26 (10.55% from 255) = 13.54%
BLUE value IS 139 (54.69% from 255) = 72.40%
R=14.06%
G=13.54%
B=72.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal27261390.810.8100.45240.5368.4832.35
Hex1B1A8B515102Df14420
Octal333221312112105536110440
Binary110111101010001011101000110100010101101111100011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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