#1C079F

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

Shades of Ultramarine #1C079F

Tints of Ultramarine #1C079F

Color information

#1C079F (or 0x1C079F) is unknown color: approx Ultramarine. HEX triplet: 1C, 07 and 9F. RGB value is (28,7,159). Sum of RGB (Red+Green+Blue) = 28+7+159=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 159 (62.5% from 255 or 81.96% from 194); Max value from RGB is 159 - color contains mainly: blue. Hex color #1C079F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C079F is #E3F860. Grayscale: #1E1E1E. Windows color (decimal): -14940257 or 10422044. OLE color: 10422044.

HSL color Cylindrical-coordinate representation of color #1C079F: hue angle of 248.29º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C079F is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB287159-
CMYK0.820.9600.38
HSL248.29º91.57%32.55%-
HSV(B)248.29º95.6%62.35%-
XYZ6.812.933-
YUV30.61200.46126.14-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.43%
GREEN value IS 7 (3.12% from 255) = 3.61%
BLUE value IS 159 (62.5% from 255) = 81.96%
R=14.43%
G=3.61%
B=81.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2871590.820.9600.38248.2991.5732.55
Hex1C79F5260026f85c21
Octal34723712214004637013441
Binary1110011110011111101001011000000100110111110001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C079F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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