#1D1E8B

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

Shades of Ultramarine #1D1E8B

Tints of Ultramarine #1D1E8B

Color information

#1D1E8B (or 0x1D1E8B) is unknown color: approx Ultramarine. HEX triplet: 1D, 1E and 8B. RGB value is (29,30,139). Sum of RGB (Red+Green+Blue) = 29+30+139=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D1E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1E8B is #E2E174. Grayscale: #292929. Windows color (decimal): -14868853 or 9117213. OLE color: 9117213.

HSL color Cylindrical-coordinate representation of color #1D1E8B: hue angle of 239.45º degrees, saturation: 0.65, 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 #1D1E8B is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2930139-
CMYK0.790.7800.45
HSL239.45º65.48%32.94%-
HSV(B)239.45º79.14%54.51%-
XYZ5.633.0524.72-
YUV42.13182.67118.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.65%
GREEN value IS 30 (12.11% from 255) = 15.15%
BLUE value IS 139 (54.69% from 255) = 70.20%
R=14.65%
G=15.15%
B=70.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29301390.790.7800.45239.4565.4832.94
Hex1D1E8B4F4E02Def4121
Octal353621311711605535710141
Binary111011111010001011100111110011100101101111011111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,30,139); }

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

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

 a { background-color: rgb(29,30,139); }

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

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

 span { border-color: rgb(29,30,139); }

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