#1C057E

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

Shades of Ultramarine #1C057E

Tints of Ultramarine #1C057E

Color information

#1C057E (or 0x1C057E) is unknown color: approx Ultramarine. HEX triplet: 1C, 05 and 7E. RGB value is (28,5,126). Sum of RGB (Red+Green+Blue) = 28+5+126=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 126 (49.61% from 255 or 79.25% from 159); Max value from RGB is 126 - color contains mainly: blue. Hex color #1C057E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C057E is #E3FA81. Grayscale: #191919. Windows color (decimal): -14940802 or 8258844. OLE color: 8258844.

HSL color Cylindrical-coordinate representation of color #1C057E: hue angle of 251.4º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C057E is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB285126-
CMYK0.780.9600.51
HSL251.4º92.37%25.69%-
HSV(B)251.4º96.03%49.41%-
XYZ4.31.8619.87-
YUV25.67184.62129.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.61%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 126 (49.61% from 255) = 79.25%
R=17.61%
G=3.14%
B=79.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2851260.780.9600.51251.492.3725.69
Hex1C57E4E60033fb5c1a
Octal34517611614006337313432
Binary11100101111111010011101100000011001111111011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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