#1C058E

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

Shades of Ultramarine #1C058E

Tints of Ultramarine #1C058E

Color information

#1C058E (or 0x1C058E) is unknown color: approx Ultramarine. HEX triplet: 1C, 05 and 8E. RGB value is (28,5,142). Sum of RGB (Red+Green+Blue) = 28+5+142=175 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 142 (55.86% from 255 or 81.14% from 175); Max value from RGB is 142 - color contains mainly: blue. Hex color #1C058E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C058E is #E3FA71. Grayscale: #1A1A1A. Windows color (decimal): -14940786 or 9307420. OLE color: 9307420.

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

Color convert

RGB285142-
CMYK0.800.9600.44
HSL250.07º93.2%28.82%-
HSV(B)250.07º96.48%55.69%-
XYZ5.422.3125.75-
YUV27.49192.62128.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16%
GREEN value IS 5 (2.34% from 255) = 2.86%
BLUE value IS 142 (55.86% from 255) = 81.14%
R=16%
G=2.86%
B=81.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2851420.800.9600.44250.0793.228.82
Hex1C58E506002Cfa5d1d
Octal34521612014005437213535
Binary111001011000111010100001100000010110011111010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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