#1D218D

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

Shades of Ultramarine #1D218D

Tints of Ultramarine #1D218D

Color information

#1D218D (or 0x1D218D) is unknown color: approx Ultramarine. HEX triplet: 1D, 21 and 8D. RGB value is (29,33,141). Sum of RGB (Red+Green+Blue) = 29+33+141=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D218D is #E2DE72. Grayscale: #2B2B2B. Windows color (decimal): -14868083 or 9249053. OLE color: 9249053.

HSL color Cylindrical-coordinate representation of color #1D218D: hue angle of 237.86º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D218D is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2933141-
CMYK0.790.7700.45
HSL237.86º65.88%33.33%-
HSV(B)237.86º79.43%55.29%-
XYZ5.863.2725.52-
YUV44.12182.67117.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.29%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 141 (55.47% from 255) = 69.46%
R=14.29%
G=16.26%
B=69.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29331410.790.7700.45237.8665.8833.33
Hex1D218D4F4D02Dee4221
Octal354121511711505535610241
Binary1110110000110001101100111110011010101101111011101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,33,141); }

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

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

 a { background-color: rgb(29,33,141); }

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

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

 span { border-color: rgb(29,33,141); }

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