Html Css Color HEX #1D0EA9 Ultramarine

📋 copy color: '#1D0EA9'

red 29 ◦ green 14 ◦ blue 169

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

Shades of Ultramarine #1D0EA9

Tints of Ultramarine #1D0EA9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.6%

 BLUE value IS 169 (66.41% from 255) = 79.72%

R = 13.68%
G = 6.6%
B = 79.72%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1D0EA9 (or 0x1D0EA9) is known color: Ultramarine. HEX triplet: 1D, 0E and A9. RGB value is (29,14,169). Sum of RGB (Red+Green+Blue) = 29+14+169=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 169 (66.41% from 255 or 79.72% from 212); Max value from RGB is 169 - color contains mainly: blue. Hex color #1D0EA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0EA9 is #E2F156. Grayscale: #232323. Windows color (decimal): -14872919 or 11079197. OLE color: 11079197.

HSL color Cylindrical-coordinate representation of color #1D0EA9: hue angle of 245.81º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D0EA9 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 29 14 169 -
CMYK 0.83 0.92 0 0.34
HSL 245.81º 0.85% 0.36% -
HSV(B) 245.81º 0.92% 0.66% -
XYZ 7.83 3.44 37.79 -
YUV 36.16 202.97 122.9 -
System Red Green Blue C M Y K H S L
Decimal 29 14 169 0.83 0.92 0 0.34 245.81 0.85 0.36
Hex 1D E A9 53 5C 0 22 F6 55 24
Octal 35 16 251 123 134 0 42 366 125 44
Binary 11101 1110 10101001 1010011 1011100 0 100010 11110110 1010101 100100

Color Harmonies of #1D0EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0EA9

Black with #1D0EA9

Text Example


Text Example

White with #1D0EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,14,169); }

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

background-color css

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

 a { background-color: rgb(29,14,169); }

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

border-color css

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

 span { border-color: rgb(29,14,169); }

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