#1A1B9C

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

Shades of Ultramarine #1A1B9C

Tints of Ultramarine #1A1B9C

Color information

#1A1B9C (or 0x1A1B9C) is unknown color: approx Ultramarine. HEX triplet: 1A, 1B and 9C. RGB value is (26,27,156). Sum of RGB (Red+Green+Blue) = 26+27+156=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 156 (61.33% from 255 or 74.64% from 209); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A1B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1B9C is #E5E463. Grayscale: #282828. Windows color (decimal): -15066212 or 10230554. OLE color: 10230554.

HSL color Cylindrical-coordinate representation of color #1A1B9C: hue angle of 239.54º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A1B9C is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2627156-
CMYK0.830.8300.39
HSL239.54º71.43%35.69%-
HSV(B)239.54º83.33%61.18%-
XYZ6.823.431.75-
YUV41.41192.67117.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.44%
GREEN value IS 27 (10.94% from 255) = 12.92%
BLUE value IS 156 (61.33% from 255) = 74.64%
R=12.44%
G=12.92%
B=74.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26271560.830.8300.39239.5471.4335.69
Hex1A1B9C5353027f04724
Octal323323412312304736010744
Binary110101101110011100101001110100110100111111100001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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