#1D0D8B

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

Shades of Ultramarine #1D0D8B

Tints of Ultramarine #1D0D8B

Color information

#1D0D8B (or 0x1D0D8B) is unknown color: approx Ultramarine. HEX triplet: 1D, 0D and 8B. RGB value is (29,13,139). Sum of RGB (Red+Green+Blue) = 29+13+139=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 139 (54.69% from 255 or 76.80% from 181); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D0D8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0D8B is #E2F274. Grayscale: #1F1F1F. Windows color (decimal): -14873205 or 9112861. OLE color: 9112861.

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

Color convert

RGB2913139-
CMYK0.790.9100.45
HSL247.62º82.89%29.8%-
HSV(B)247.62º90.65%54.51%-
XYZ5.312.4124.61-
YUV32.15188.3125.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.02%
GREEN value IS 13 (5.47% from 255) = 7.18%
BLUE value IS 139 (54.69% from 255) = 76.80%
R=16.02%
G=7.18%
B=76.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29131390.790.9100.45247.6282.8929.8
Hex1DD8B4F5B02Df8531e
Octal351521311713305537012336
Binary1110111011000101110011111011011010110111111000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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