#1C1092

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

Shades of Ultramarine #1C1092

Tints of Ultramarine #1C1092

Color information

#1C1092 (or 0x1C1092) is unknown color: approx Ultramarine. HEX triplet: 1C, 10 and 92. RGB value is (28,16,146). Sum of RGB (Red+Green+Blue) = 28+16+146=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 146 (57.42% from 255 or 76.84% from 190); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C1092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C1092 is #E3EF6D. Grayscale: #212121. Windows color (decimal): -14937966 or 9572380. OLE color: 9572380.

HSL color Cylindrical-coordinate representation of color #1C1092: hue angle of 245.54º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C1092 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2816146-
CMYK0.810.8900.43
HSL245.54º80.25%31.76%-
HSV(B)245.54º89.04%57.25%-
XYZ5.852.6927.41-
YUV34.41190.98123.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.74%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 146 (57.42% from 255) = 76.84%
R=14.74%
G=8.42%
B=76.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal28161460.810.8900.43245.5480.2531.76
Hex1C1092515902Bf65020
Octal342022212113105336612040
Binary111001000010010010101000110110010101011111101101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,16,146); }

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

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

 a { background-color: rgb(28,16,146); }

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

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

 span { border-color: rgb(28,16,146); }

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