Html Css Color HEX #1D19A0 Ultramarine

📋 copy color: '#1D19A0'

red 29 ◦ green 25 ◦ blue 160

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

Shades of Ultramarine #1D19A0

Tints of Ultramarine #1D19A0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

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

R = 13.55%
G = 11.68%
B = 74.77%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1D19A0 (or 0x1D19A0) is known color: Ultramarine. HEX triplet: 1D, 19 and A0. RGB value is (29,25,160). Sum of RGB (Red+Green+Blue) = 29+25+160=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 160 (62.89% from 255 or 74.77% from 214); Max value from RGB is 160 - color contains mainly: blue. Hex color #1D19A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D19A0 is #E2E65F. Grayscale: #292929. Windows color (decimal): -14870112 or 10492189. OLE color: 10492189.

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

Color convert

RGB 29 25 160 -
CMYK 0.82 0.84 0 0.37
HSL 241.78º 0.73% 0.36% -
HSV(B) 241.78º 0.84% 0.63% -
XYZ 7.2 3.49 33.55 -
YUV 41.59 194.83 119.02 -
System Red Green Blue C M Y K H S L
Decimal 29 25 160 0.82 0.84 0 0.37 241.78 0.73 0.36
Hex 1D 19 A0 52 54 0 25 F2 49 24
Octal 35 31 240 122 124 0 45 362 111 44
Binary 11101 11001 10100000 1010010 1010100 0 100101 11110010 1001001 100100

Color Harmonies of #1D19A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D19A0

Black with #1D19A0

Text Example


Text Example

White with #1D19A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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