#1C1085

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

Shades of Ultramarine #1C1085

Tints of Ultramarine #1C1085

Color information

#1C1085 (or 0x1C1085) is unknown color: approx Ultramarine. HEX triplet: 1C, 10 and 85. RGB value is (28,16,133). Sum of RGB (Red+Green+Blue) = 28+16+133=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 133 (52.34% from 255 or 75.14% from 177); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C1085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C1085 is #E3EF7A. Grayscale: #202020. Windows color (decimal): -14937979 or 8720412. OLE color: 8720412.

HSL color Cylindrical-coordinate representation of color #1C1085: hue angle of 246.15º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C1085 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2816133-
CMYK0.790.8800.48
HSL246.15º78.52%29.22%-
HSV(B)246.15º87.97%52.16%-
XYZ4.92.3122.38-
YUV32.93184.48124.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.82%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 133 (52.34% from 255) = 75.14%
R=15.82%
G=9.04%
B=75.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28161330.790.8800.48246.1578.5229.22
Hex1C10854F58030f64f1d
Octal342020511713006036611735
Binary11100100001000010110011111011000011000011110110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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