#1C0785

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

Shades of Ultramarine #1C0785

Tints of Ultramarine #1C0785

Color information

#1C0785 (or 0x1C0785) is unknown color: approx Ultramarine. HEX triplet: 1C, 07 and 85. RGB value is (28,7,133). Sum of RGB (Red+Green+Blue) = 28+7+133=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C0785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0785 is #E3F87A. Grayscale: #1B1B1B. Windows color (decimal): -14940283 or 8718108. OLE color: 8718108.

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

Color convert

RGB287133-
CMYK0.790.9500.48
HSL250º90%27.45%-
HSV(B)250º94.74%52.16%-
XYZ4.792.0922.34-
YUV27.64187.46128.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.67%
GREEN value IS 7 (3.12% from 255) = 4.17%
BLUE value IS 133 (52.34% from 255) = 79.17%
R=16.67%
G=4.17%
B=79.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2871330.790.9500.482509027.45
Hex1C7854F5F030fa5a1b
Octal34720511713706037213233
Binary111001111000010110011111011111011000011111010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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