Html Css Color HEX #1D0EA0 Ultramarine

📋 copy color: '#1D0EA0'

red 29 ◦ green 14 ◦ blue 160

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

Shades of Ultramarine #1D0EA0

Tints of Ultramarine #1D0EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 78.82%

R = 14.29%
G = 6.9%
B = 78.82%

CMYK

 C value IS 0.82

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1D0EA0 (or 0x1D0EA0) is known color: Ultramarine. HEX triplet: 1D, 0E and A0. RGB value is (29,14,160). Sum of RGB (Red+Green+Blue) = 29+14+160=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 160 (62.89% from 255 or 78.82% from 203); Max value from RGB is 160 - color contains mainly: blue. Hex color #1D0EA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0EA0 is #E2F15F. Grayscale: #222222. Windows color (decimal): -14872928 or 10489373. OLE color: 10489373.

HSL color Cylindrical-coordinate representation of color #1D0EA0: hue angle of 246.16º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0EA0 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 29 14 160 -
CMYK 0.82 0.91 0 0.37
HSL 246.16º 0.84% 0.34% -
HSV(B) 246.16º 0.91% 0.63% -
XYZ 7.01 3.11 33.49 -
YUV 35.13 198.47 123.63 -
System Red Green Blue C M Y K H S L
Decimal 29 14 160 0.82 0.91 0 0.37 246.16 0.84 0.34
Hex 1D E A0 52 5B 0 25 F6 54 22
Octal 35 16 240 122 133 0 45 366 124 42
Binary 11101 1110 10100000 1010010 1011011 0 100101 11110110 1010100 100010

Color Harmonies of #1D0EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0EA0

Black with #1D0EA0

Text Example


Text Example

White with #1D0EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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