#1C0883

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

Shades of Ultramarine #1C0883

Tints of Ultramarine #1C0883

Color information

#1C0883 (or 0x1C0883) is unknown color: approx Ultramarine. HEX triplet: 1C, 08 and 83. RGB value is (28,8,131). Sum of RGB (Red+Green+Blue) = 28+8+131=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 131 (51.56% from 255 or 78.44% from 167); Max value from RGB is 131 - color contains mainly: blue. Hex color #1C0883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0883 is #E3F77C. Grayscale: #1B1B1B. Windows color (decimal): -14940029 or 8587292. OLE color: 8587292.

HSL color Cylindrical-coordinate representation of color #1C0883: hue angle of 249.76º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0883 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB288131-
CMYK0.790.9400.49
HSL249.76º88.49%27.25%-
HSV(B)249.76º93.89%51.37%-
XYZ4.662.0621.62-
YUV28186.13128-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.77%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 131 (51.56% from 255) = 78.44%
R=16.77%
G=4.79%
B=78.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2881310.790.9400.49249.7688.4927.25
Hex1C8834F5E031fa581b
Octal341020311713606137213033
Binary1110010001000001110011111011110011000111111010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,8,131); }

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

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

 a { background-color: rgb(28,8,131); }

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

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

 span { border-color: rgb(28,8,131); }

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