#1C057F

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

Shades of Ultramarine #1C057F

Tints of Ultramarine #1C057F

Color information

#1C057F (or 0x1C057F) is unknown color: approx Ultramarine. HEX triplet: 1C, 05 and 7F. RGB value is (28,5,127). Sum of RGB (Red+Green+Blue) = 28+5+127=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 127 (50% from 255 or 79.38% from 160); Max value from RGB is 127 - color contains mainly: blue. Hex color #1C057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C057F is #E3FA80. Grayscale: #191919. Windows color (decimal): -14940801 or 8324380. OLE color: 8324380.

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

Color convert

RGB285127-
CMYK0.780.9600.50
HSL251.31º92.42%25.88%-
HSV(B)251.31º96.06%49.8%-
XYZ4.361.8920.21-
YUV25.78185.12129.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.5%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 127 (50% from 255) = 79.38%
R=17.5%
G=3.12%
B=79.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2851270.780.9600.50251.3192.4225.88
Hex1C57F4E60032fb5c1a
Octal34517711614006237313432
Binary11100101111111110011101100000011001011111011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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