Html Css Color HEX #1D119D Ultramarine

📋 copy color: '#1D119D'

red 29 ◦ green 17 ◦ blue 157

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

Shades of Ultramarine #1D119D

Tints of Ultramarine #1D119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 77.34%

R = 14.29%
G = 8.37%
B = 77.34%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D119D (or 0x1D119D) is known color: Ultramarine. HEX triplet: 1D, 11 and 9D. RGB value is (29,17,157). Sum of RGB (Red+Green+Blue) = 29+17+157=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 157 (61.72% from 255 or 77.34% from 203); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D119D is #E2EE62. Grayscale: #242424. Windows color (decimal): -14872163 or 10293533. OLE color: 10293533.

HSL color Cylindrical-coordinate representation of color #1D119D: hue angle of 245.14º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D119D is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 17 157 -
CMYK 0.82 0.89 0 0.38
HSL 245.14º 0.8% 0.34% -
HSV(B) 245.14º 0.89% 0.62% -
XYZ 6.79 3.1 32.14 -
YUV 36.55 195.98 122.62 -
System Red Green Blue C M Y K H S L
Decimal 29 17 157 0.82 0.89 0 0.38 245.14 0.8 0.34
Hex 1D 11 9D 52 59 0 26 F5 50 22
Octal 35 21 235 122 131 0 46 365 120 42
Binary 11101 10001 10011101 1010010 1011001 0 100110 11110101 1010000 100010

Color Harmonies of #1D119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D119D

Black with #1D119D

Text Example


Text Example

White with #1D119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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