#1C079C

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

Shades of Ultramarine #1C079C

Tints of Ultramarine #1C079C

Color information

#1C079C (or 0x1C079C) is unknown color: approx Ultramarine. HEX triplet: 1C, 07 and 9C. RGB value is (28,7,156). Sum of RGB (Red+Green+Blue) = 28+7+156=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 156 (61.33% from 255 or 81.68% from 191); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C079C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C079C is #E3F863. Grayscale: #1D1D1D. Windows color (decimal): -14940260 or 10225436. OLE color: 10225436.

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

Color convert

RGB287156-
CMYK0.820.9600.39
HSL248.46º91.41%31.96%-
HSV(B)248.46º95.51%61.18%-
XYZ6.562.831.65-
YUV30.26198.96126.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 7 (3.12% from 255) = 3.66%
BLUE value IS 156 (61.33% from 255) = 81.68%
R=14.66%
G=3.66%
B=81.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2871560.820.9600.39248.4691.4131.96
Hex1C79C5260027f85b20
Octal34723412214004737013340
Binary1110011110011100101001011000000100111111110001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C079C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,7,156); }

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

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

 a { background-color: rgb(28,7,156); }

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

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

 span { border-color: rgb(28,7,156); }

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