Html Css Color HEX #1912AA Ultramarine

📋 copy color: '#1912AA'

red 25 ◦ green 18 ◦ blue 170

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

Shades of Ultramarine #1912AA

Tints of Ultramarine #1912AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.45%

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

R = 11.74%
G = 8.45%
B = 79.81%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1912AA (or 0x1912AA) is known color: Ultramarine. HEX triplet: 19, 12 and AA. RGB value is (25,18,170). Sum of RGB (Red+Green+Blue) = 25+18+170=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #1912AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1912AA is #E6ED55. Grayscale: #242424. Windows color (decimal): -15134038 or 11145753. OLE color: 11145753.

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

Color convert

RGB 25 18 170 -
CMYK 0.85 0.89 0 0.33
HSL 242.76º 0.81% 0.37% -
HSV(B) 242.76º 0.89% 0.67% -
XYZ 7.87 3.54 38.3 -
YUV 37.42 202.82 119.14 -
System Red Green Blue C M Y K H S L
Decimal 25 18 170 0.85 0.89 0 0.33 242.76 0.81 0.37
Hex 19 12 AA 55 59 0 21 F3 51 25
Octal 31 22 252 125 131 0 41 363 121 45
Binary 11001 10010 10101010 1010101 1011001 0 100001 11110011 1010001 100101

Color Harmonies of #1912AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1912AA

Black with #1912AA

Text Example


Text Example

White with #1912AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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