#1C1489

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

Shades of Ultramarine #1C1489

Tints of Ultramarine #1C1489

Color information

#1C1489 (or 0x1C1489) is unknown color: approx Ultramarine. HEX triplet: 1C, 14 and 89. RGB value is (28,20,137). Sum of RGB (Red+Green+Blue) = 28+20+137=185 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.14% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 137 (53.91% from 255 or 74.05% from 185); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C1489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C1489 is #E3EB76. Grayscale: #232323. Windows color (decimal): -14936951 or 8983580. OLE color: 8983580.

HSL color Cylindrical-coordinate representation of color #1C1489: hue angle of 244.1º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C1489 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2820137-
CMYK0.800.8500.46
HSL244.1º74.52%30.78%-
HSV(B)244.1º85.4%53.73%-
XYZ5.242.5523.88-
YUV35.73185.15122.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.14%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 137 (53.91% from 255) = 74.05%
R=15.14%
G=10.81%
B=74.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal28201370.800.8500.46244.174.5230.78
Hex1C1489505502Ef44b1f
Octal342421112012505636411337
Binary11100101001000100110100001010101010111011110100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,20,137); }

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

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

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

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

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

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

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