#1D208E

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

Shades of Ultramarine #1D208E

Tints of Ultramarine #1D208E

Color information

#1D208E (or 0x1D208E) is unknown color: approx Ultramarine. HEX triplet: 1D, 20 and 8E. RGB value is (29,32,142). Sum of RGB (Red+Green+Blue) = 29+32+142=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #1D208E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D208E is #E2DF71. Grayscale: #2B2B2B. Windows color (decimal): -14868338 or 9314333. OLE color: 9314333.

HSL color Cylindrical-coordinate representation of color #1D208E: hue angle of 238.41º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D208E is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2932142-
CMYK0.800.7700.44
HSL238.41º66.08%33.53%-
HSV(B)238.41º79.58%55.69%-
XYZ5.913.2525.91-
YUV43.64183.51117.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.29%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 142 (55.86% from 255) = 69.95%
R=14.29%
G=15.76%
B=69.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal29321420.800.7700.44238.4166.0833.53
Hex1D208E504D02Cee4222
Octal354021612011505435610242
Binary1110110000010001110101000010011010101100111011101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D208E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,32,142); }

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

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

 a { background-color: rgb(29,32,142); }

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

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

 span { border-color: rgb(29,32,142); }

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