Html Css Color HEX #1900AA Ultramarine

📋 copy color: '#1900AA'

red 25 ◦ green 0 ◦ blue 170

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

Shades of Ultramarine #1900AA

Tints of Ultramarine #1900AA

RGB

 RED value IS 25 (10.16% from 255) = 12.82%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 170 (66.8% from 255) = 87.18%

R = 12.82%
G = 0%
B = 87.18%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1900AA (or 0x1900AA) is known color: Ultramarine. HEX triplet: 19, 00 and AA. RGB value is (25,0,170). Sum of RGB (Red+Green+Blue) = 25+0+170=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 170 (66.80% from 255 or 87.18% from 195); Max value from RGB is 170 - color contains mainly: blue. Hex color #1900AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1900AA is #E6FF55. Grayscale: #1A1A1A. Windows color (decimal): -15138646 or 11141145. OLE color: 11141145.

HSL color Cylindrical-coordinate representation of color #1900AA: hue angle of 248.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1900AA is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 0 170 -
CMYK 0.85 1 0 0.33
HSL 248.82º 1% 0.33% -
HSV(B) 248.82º 1% 0.67% -
XYZ 7.66 3.11 38.23 -
YUV 26.86 208.78 126.68 -
System Red Green Blue C M Y K H S L
Decimal 25 0 170 0.85 1 0 0.33 248.82 1 0.33
Hex 19 0 AA 55 64 0 21 F9 64 21
Octal 31 0 252 125 144 0 41 371 144 41
Binary 11001 0 10101010 1010101 1100100 0 100001 11111001 1100100 100001

Color Harmonies of #1900AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1900AA

Black with #1900AA

Text Example


Text Example

White with #1900AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1900AA; }

 p { color: rgb(25,0,170); }

 H1.HeaderClassName
 {
   color: #1900AA;
 }
 .AnyTagClassName
 {
   color: #1900AA;
 }
</style>

background-color css

<style>
 a { background-color: #1900AA; }

 a { background-color: rgb(25,0,170); }

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

border-color css

<style>
 span { border-color: #1900AA; }

 span { border-color: rgb(25,0,170); }

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