#1B1A90

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

Shades of Ultramarine #1B1A90

Tints of Ultramarine #1B1A90

Color information

#1B1A90 (or 0x1B1A90) is unknown color: approx Ultramarine. HEX triplet: 1B, 1A and 90. RGB value is (27,26,144). Sum of RGB (Red+Green+Blue) = 27+26+144=197 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.71% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #1B1A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B1A90 is #E4E56F. Grayscale: #272727. Windows color (decimal): -15000944 or 9443867. OLE color: 9443867.

HSL color Cylindrical-coordinate representation of color #1B1A90: hue angle of 240.51º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B1A90 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2726144-
CMYK0.810.8200.44
HSL240.51º69.41%33.33%-
HSV(B)240.51º81.94%56.47%-
XYZ5.862.9926.65-
YUV39.75186.83118.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.71%
GREEN value IS 26 (10.55% from 255) = 13.20%
BLUE value IS 144 (56.64% from 255) = 73.10%
R=13.71%
G=13.20%
B=73.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal27261440.810.8200.44240.5169.4133.33
Hex1B1A90515202Cf14521
Octal333222012112205436110541
Binary110111101010010000101000110100100101100111100011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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