#1C158E

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

Shades of Ultramarine #1C158E

Tints of Ultramarine #1C158E

Color information

#1C158E (or 0x1C158E) is unknown color: approx Ultramarine. HEX triplet: 1C, 15 and 8E. RGB value is (28,21,142). Sum of RGB (Red+Green+Blue) = 28+21+142=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 142 (55.86% from 255 or 74.35% from 191); Max value from RGB is 142 - color contains mainly: blue. Hex color #1C158E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C158E is #E3EA71. Grayscale: #242424. Windows color (decimal): -14936690 or 9311516. OLE color: 9311516.

HSL color Cylindrical-coordinate representation of color #1C158E: hue angle of 243.47º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C158E is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2821142-
CMYK0.800.8500.44
HSL243.47º74.23%31.96%-
HSV(B)243.47º85.21%55.69%-
XYZ5.632.7425.82-
YUV36.89187.32121.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 142 (55.86% from 255) = 74.35%
R=14.66%
G=10.99%
B=74.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal28211420.800.8500.44243.4774.2331.96
Hex1C158E505502Cf34a20
Octal342521612012505436311240
Binary111001010110001110101000010101010101100111100111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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