#1C0AA3

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

Shades of Ultramarine #1C0AA3

Tints of Ultramarine #1C0AA3

Color information

#1C0AA3 (or 0x1C0AA3) is unknown color: approx Ultramarine. HEX triplet: 1C, 0A and A3. RGB value is (28,10,163). Sum of RGB (Red+Green+Blue) = 28+10+163=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 163 (64.06% from 255 or 81.09% from 201); Max value from RGB is 163 - color contains mainly: blue. Hex color #1C0AA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0AA3 is #E3F55C. Grayscale: #202020. Windows color (decimal): -14939485 or 10684956. OLE color: 10684956.

HSL color Cylindrical-coordinate representation of color #1C0AA3: hue angle of 247.06º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0AA3 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2810163-
CMYK0.830.9400.36
HSL247.06º88.44%33.92%-
HSV(B)247.06º93.87%63.92%-
XYZ7.23.1134.87-
YUV32.82201.46124.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.93%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 163 (64.06% from 255) = 81.09%
R=13.93%
G=4.98%
B=81.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28101630.830.9400.36247.0688.4433.92
Hex1CAA3535E024f75822
Octal341224312313604436713042
Binary11100101010100011101001110111100100100111101111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,10,163); }

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

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

 a { background-color: rgb(28,10,163); }

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

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

 span { border-color: rgb(28,10,163); }

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