#1C168D

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

Shades of Ultramarine #1C168D

Tints of Ultramarine #1C168D

Color information

#1C168D (or 0x1C168D) is unknown color: approx Ultramarine. HEX triplet: 1C, 16 and 8D. RGB value is (28,22,141). Sum of RGB (Red+Green+Blue) = 28+22+141=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 141 (55.47% from 255 or 73.82% from 191); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C168D is #E3E972. Grayscale: #242424. Windows color (decimal): -14936435 or 9246236. OLE color: 9246236.

HSL color Cylindrical-coordinate representation of color #1C168D: hue angle of 243.03º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C168D is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2822141-
CMYK0.800.8400.45
HSL243.03º73.01%31.96%-
HSV(B)243.03º84.4%55.29%-
XYZ5.572.7425.44-
YUV37.36186.49121.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 141 (55.47% from 255) = 73.82%
R=14.66%
G=11.52%
B=73.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal28221410.800.8400.45243.0373.0131.96
Hex1C168D505402Df34920
Octal342621512012405536311140
Binary111001011010001101101000010101000101101111100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,22,141); }

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

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

 a { background-color: rgb(28,22,141); }

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

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

 span { border-color: rgb(28,22,141); }

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