#1C0A95

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

Shades of Ultramarine #1C0A95

Tints of Ultramarine #1C0A95

Color information

#1C0A95 (or 0x1C0A95) is unknown color: approx Ultramarine. HEX triplet: 1C, 0A and 95. RGB value is (28,10,149). Sum of RGB (Red+Green+Blue) = 28+10+149=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C0A95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0A95 is #E3F56A. Grayscale: #1E1E1E. Windows color (decimal): -14939499 or 9767452. OLE color: 9767452.

HSL color Cylindrical-coordinate representation of color #1C0A95: hue angle of 247.77º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C0A95 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2810149-
CMYK0.810.9300.42
HSL247.77º87.42%31.18%-
HSV(B)247.77º93.29%58.43%-
XYZ6.012.6328.63-
YUV31.23194.46125.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.97%
GREEN value IS 10 (4.30% from 255) = 5.35%
BLUE value IS 149 (58.59% from 255) = 79.68%
R=14.97%
G=5.35%
B=79.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28101490.810.9300.42247.7787.4231.18
Hex1CA95515D02Af8571f
Octal341222512113505237012737
Binary1110010101001010110100011011101010101011111000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,10,149); }

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

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

 a { background-color: rgb(28,10,149); }

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

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

 span { border-color: rgb(28,10,149); }

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