#1C16A0

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

Shades of Ultramarine #1C16A0

Tints of Ultramarine #1C16A0

Color information

#1C16A0 (or 0x1C16A0) is unknown color: approx Ultramarine. HEX triplet: 1C, 16 and A0. RGB value is (28,22,160). Sum of RGB (Red+Green+Blue) = 28+22+160=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 160 (62.89% from 255 or 76.19% from 210); Max value from RGB is 160 - color contains mainly: blue. Hex color #1C16A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C16A0 is #E3E95F. Grayscale: #262626. Windows color (decimal): -14936416 or 10491420. OLE color: 10491420.

HSL color Cylindrical-coordinate representation of color #1C16A0: hue angle of 242.61º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C16A0 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2822160-
CMYK0.820.8600.37
HSL242.61º75.82%35.69%-
HSV(B)242.61º86.25%62.75%-
XYZ7.113.3633.53-
YUV39.53195.99119.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.33%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 160 (62.89% from 255) = 76.19%
R=13.33%
G=10.48%
B=76.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal28221600.820.8600.37242.6175.8235.69
Hex1C16A05256025f34c24
Octal342624012212604536311444
Binary111001011010100000101001010101100100101111100111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C16A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,22,160); }

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

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

 a { background-color: rgb(28,22,160); }

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

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

 span { border-color: rgb(28,22,160); }

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