Html Css Color HEX #1D208D Ultramarine

📋 copy color: '#1D208D'

red 29 ◦ green 32 ◦ blue 141

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

Shades of Ultramarine #1D208D

Tints of Ultramarine #1D208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

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

R = 14.36%
G = 15.84%
B = 69.8%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1D208D (or 0x1D208D) is known color: Ultramarine. HEX triplet: 1D, 20 and 8D. RGB value is (29,32,141). Sum of RGB (Red+Green+Blue) = 29+32+141=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D208D is #E2DF72. Grayscale: #2B2B2B. Windows color (decimal): -14868339 or 9248797. OLE color: 9248797.

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

Color convert

RGB 29 32 141 -
CMYK 0.79 0.77 0 0.45
HSL 238.39º 0.66% 0.33% -
HSV(B) 238.39º 0.79% 0.55% -
XYZ 5.83 3.22 25.51 -
YUV 43.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 29 32 141 0.79 0.77 0 0.45 238.39 0.66 0.33
Hex 1D 20 8D 4F 4D 0 2D EE 42 21
Octal 35 40 215 117 115 0 55 356 102 41
Binary 11101 100000 10001101 1001111 1001101 0 101101 11101110 1000010 100001

Color Harmonies of #1D208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D208D

Black with #1D208D

Text Example


Text Example

White with #1D208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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