Html Css Color HEX #1D109D Ultramarine

📋 copy color: '#1D109D'

red 29 ◦ green 16 ◦ blue 157

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

Shades of Ultramarine #1D109D

Tints of Ultramarine #1D109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.92%

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

R = 14.36%
G = 7.92%
B = 77.72%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D109D (or 0x1D109D) is known color: Ultramarine. HEX triplet: 1D, 10 and 9D. RGB value is (29,16,157). Sum of RGB (Red+Green+Blue) = 29+16+157=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 157 (61.72% from 255 or 77.72% from 202); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D109D is #E2EF62. Grayscale: #232323. Windows color (decimal): -14872419 or 10293277. OLE color: 10293277.

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

Color convert

RGB 29 16 157 -
CMYK 0.82 0.90 0 0.38
HSL 245.53º 0.82% 0.34% -
HSV(B) 245.53º 0.9% 0.62% -
XYZ 6.78 3.07 32.13 -
YUV 35.96 196.31 123.04 -
System Red Green Blue C M Y K H S L
Decimal 29 16 157 0.82 0.90 0 0.38 245.53 0.82 0.34
Hex 1D 10 9D 52 5A 0 26 F6 52 22
Octal 35 20 235 122 132 0 46 366 122 42
Binary 11101 10000 10011101 1010010 1011010 0 100110 11110110 1010010 100010

Color Harmonies of #1D109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D109D

Black with #1D109D

Text Example


Text Example

White with #1D109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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