#1D118B

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

Shades of Ultramarine #1D118B

Tints of Ultramarine #1D118B

Color information

#1D118B (or 0x1D118B) is unknown color: approx Ultramarine. HEX triplet: 1D, 11 and 8B. RGB value is (29,17,139). Sum of RGB (Red+Green+Blue) = 29+17+139=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 139 (54.69% from 255 or 75.14% from 185); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D118B is #E2EE74. Grayscale: #222222. Windows color (decimal): -14872181 or 9113885. OLE color: 9113885.

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

Color convert

RGB2917139-
CMYK0.790.8800.45
HSL245.9º78.21%30.59%-
HSV(B)245.9º87.77%54.51%-
XYZ5.372.5324.63-
YUV34.5186.98124.08-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.68%
GREEN value IS 17 (7.03% from 255) = 9.19%
BLUE value IS 139 (54.69% from 255) = 75.14%
R=15.68%
G=9.19%
B=75.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29171390.790.8800.45245.978.2130.59
Hex1D118B4F5802Df64e1f
Octal352121311713005536611637
Binary11101100011000101110011111011000010110111110110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D118B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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