#1D138E

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

Shades of Ultramarine #1D138E

Tints of Ultramarine #1D138E

Color information

#1D138E (or 0x1D138E) is unknown color: approx Ultramarine. HEX triplet: 1D, 13 and 8E. RGB value is (29,19,142). Sum of RGB (Red+Green+Blue) = 29+19+142=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 142 (55.86% from 255 or 74.74% from 190); Max value from RGB is 142 - color contains mainly: blue. Hex color #1D138E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D138E is #E2EC71. Grayscale: #232323. Windows color (decimal): -14871666 or 9311005. OLE color: 9311005.

HSL color Cylindrical-coordinate representation of color #1D138E: hue angle of 244.88º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D138E is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2919142-
CMYK0.800.8700.44
HSL244.88º76.4%31.57%-
HSV(B)244.88º86.62%55.69%-
XYZ5.622.6825.81-
YUV36.01187.81123-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.26%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 142 (55.86% from 255) = 74.74%
R=15.26%
G=10%
B=74.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal29191420.800.8700.44244.8876.431.57
Hex1D138E505702Cf54c20
Octal352321612012705436511440
Binary111011001110001110101000010101110101100111101011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D138E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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