#1C1599

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

Shades of Ultramarine #1C1599

Tints of Ultramarine #1C1599

Color information

#1C1599 (or 0x1C1599) is unknown color: approx Ultramarine. HEX triplet: 1C, 15 and 99. RGB value is (28,21,153). Sum of RGB (Red+Green+Blue) = 28+21+153=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 153 (60.16% from 255 or 75.74% from 202); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C1599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C1599 is #E3EA66. Grayscale: #252525. Windows color (decimal): -14936679 or 10032412. OLE color: 10032412.

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

Color convert

RGB2821153-
CMYK0.820.8600.4
HSL243.18º75.86%34.12%-
HSV(B)243.18º86.27%60%-
XYZ6.53.0830.39-
YUV38.14192.82120.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.86%
GREEN value IS 21 (8.59% from 255) = 10.40%
BLUE value IS 153 (60.16% from 255) = 75.74%
R=13.86%
G=10.40%
B=75.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal28211530.820.8600.4243.1875.8634.12
Hex1C15995256028f34c22
Octal342523112212605036311442
Binary111001010110011001101001010101100101000111100111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,21,153); }

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

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

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

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

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

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

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