#1c1ca0

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

Shades of Ultramarine #1C1CA0

Tints of Ultramarine #1C1CA0

Color information

#1C1CA0 (or 0x1C1CA0) is unknown color: approx Ultramarine. HEX triplet: 1C, 1C and A0. RGB value is (28,28,160). Sum of RGB (Red+Green+Blue) = 28+28+160=216 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.96% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 160 (62.89% from 255 or 74.07% from 216); Max value from RGB is 160 - color contains mainly: blue. Hex color #1C1CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C1CA0 is #E3E35F. Grayscale: #2A2A2A. Windows color (decimal): -14934880 or 10492956. OLE color: 10492956.

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

Color convert

RGB2828160-
CMYK0.820.8200.37
HSL240º70.21%36.86%-
HSV(B)240º82.5%62.75%-
XYZ7.243.6233.57-
YUV43.05194117.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.96%
GREEN value IS 28 (11.33% from 255) = 12.96%
BLUE value IS 160 (62.89% from 255) = 74.07%
R=12.96%
G=12.96%
B=74.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal28281600.820.8200.3724070.2136.86
Hex1C1CA05252025f04625
Octal343424012212204536010645
Binary111001110010100000101001010100100100101111100001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c1ca0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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