#1A1C9C

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

Shades of Ultramarine #1A1C9C

Tints of Ultramarine #1A1C9C

Color information

#1A1C9C (or 0x1A1C9C) is unknown color: approx Ultramarine. HEX triplet: 1A, 1C and 9C. RGB value is (26,28,156). Sum of RGB (Red+Green+Blue) = 26+28+156=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A1C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1C9C is #E5E363. Grayscale: #292929. Windows color (decimal): -15065956 or 10230810. OLE color: 10230810.

HSL color Cylindrical-coordinate representation of color #1A1C9C: hue angle of 239.08º 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 #1A1C9C is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2628156-
CMYK0.830.8200.39
HSL239.08º71.43%35.69%-
HSV(B)239.08º83.33%61.18%-
XYZ6.843.4531.76-
YUV41.99192.34116.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.38%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 156 (61.33% from 255) = 74.29%
R=12.38%
G=13.33%
B=74.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26281560.830.8200.39239.0871.4335.69
Hex1A1C9C5352027ef4724
Octal323423412312204735710744
Binary110101110010011100101001110100100100111111011111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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