#1D138B

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

Shades of Ultramarine #1D138B

Tints of Ultramarine #1D138B

Color information

#1D138B (or 0x1D138B) is unknown color: approx Ultramarine. HEX triplet: 1D, 13 and 8B. RGB value is (29,19,139). Sum of RGB (Red+Green+Blue) = 29+19+139=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 139 (54.69% from 255 or 74.33% from 187); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D138B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D138B is #E2EC74. Grayscale: #232323. Windows color (decimal): -14871669 or 9114397. OLE color: 9114397.

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

Color convert

RGB2919139-
CMYK0.790.8600.45
HSL245º75.95%30.98%-
HSV(B)245º86.33%54.51%-
XYZ5.42.5924.64-
YUV35.67186.31123.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.51%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 139 (54.69% from 255) = 74.33%
R=15.51%
G=10.16%
B=74.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29191390.790.8600.4524575.9530.98
Hex1D138B4F5602Df54c1f
Octal352321311712605536511437
Binary11101100111000101110011111010110010110111110101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D138B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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