#1C1AA5

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

Shades of Ultramarine #1C1AA5

Tints of Ultramarine #1C1AA5

Color information

#1C1AA5 (or 0x1C1AA5) is unknown color: approx Ultramarine. HEX triplet: 1C, 1A and A5. RGB value is (28,26,165). Sum of RGB (Red+Green+Blue) = 28+26+165=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 165 (64.84% from 255 or 75.34% from 219); Max value from RGB is 165 - color contains mainly: blue. Hex color #1C1AA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C1AA5 is #E3E55A. Grayscale: #292929. Windows color (decimal): -14935387 or 10820124. OLE color: 10820124.

HSL color Cylindrical-coordinate representation of color #1C1AA5: hue angle of 240.86º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C1AA5 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2826165-
CMYK0.830.8400.35
HSL240.86º72.77%37.45%-
HSV(B)240.86º84.24%64.71%-
XYZ7.643.735.91-
YUV42.44197.16117.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.79%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 165 (64.84% from 255) = 75.34%
R=12.79%
G=11.87%
B=75.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal28261650.830.8400.35240.8672.7737.45
Hex1C1AA55354023f14925
Octal343224512312404336111145
Binary111001101010100101101001110101000100011111100011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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