Html Css Color HEX #1D118D Ultramarine

📋 copy color: '#1D118D'

red 29 ◦ green 17 ◦ blue 141

#1D118D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #1D118D

Tints of Ultramarine #1D118D

RGB

 RED value IS 29 (11.72% from 255) = 15.51%

 GREEN value IS 17 (7.03% from 255) = 9.09%

 BLUE value IS 141 (55.47% from 255) = 75.4%

R = 15.51%
G = 9.09%
B = 75.4%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1D118D (or 0x1D118D) is known color: Ultramarine. HEX triplet: 1D, 11 and 8D. RGB value is (29,17,141). Sum of RGB (Red+Green+Blue) = 29+17+141=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 141 (55.47% from 255 or 75.40% from 187); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D118D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D118D is #E2EE72. Grayscale: #222222. Windows color (decimal): -14872179 or 9244957. OLE color: 9244957.

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

Color convert

RGB 29 17 141 -
CMYK 0.79 0.88 0 0.45
HSL 245.81º 0.78% 0.31% -
HSV(B) 245.81º 0.88% 0.55% -
XYZ 5.51 2.59 25.41 -
YUV 34.72 187.98 123.92 -
System Red Green Blue C M Y K H S L
Decimal 29 17 141 0.79 0.88 0 0.45 245.81 0.78 0.31
Hex 1D 11 8D 4F 58 0 2D F6 4E 1F
Octal 35 21 215 117 130 0 55 366 116 37
Binary 11101 10001 10001101 1001111 1011000 0 101101 11110110 1001110 11111

Color Harmonies of #1D118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D118D

Black with #1D118D

Text Example


Text Example

White with #1D118D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D118D;
 }
 .AnyTagClassName
 {
   color: #1D118D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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