#1c119b

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

Shades of Ultramarine #1C119B

Tints of Ultramarine #1C119B

Color information

#1C119B (or 0x1C119B) is unknown color: approx Ultramarine. HEX triplet: 1C, 11 and 9B. RGB value is (28,17,155). Sum of RGB (Red+Green+Blue) = 28+17+155=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C119B is #E3EE64. Grayscale: #232323. Windows color (decimal): -14937701 or 10162460. OLE color: 10162460.

HSL color Cylindrical-coordinate representation of color #1C119B: hue angle of 244.78º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C119B is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2817155-
CMYK0.820.8900.39
HSL244.78º80.23%33.73%-
HSV(B)244.78º89.03%60.78%-
XYZ6.63.0131.24-
YUV36.02195.14122.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14%
GREEN value IS 17 (7.03% from 255) = 8.5%
BLUE value IS 155 (60.94% from 255) = 77.5%
R=14%
G=8.5%
B=77.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal28171550.820.8900.39244.7880.2333.73
Hex1C119B5259027f55022
Octal342123312213104736512042
Binary111001000110011011101001010110010100111111101011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c119b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,17,155); }

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

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

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

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

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

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

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