Html Css Color HEX #190AAA Ultramarine

📋 copy color: '#190AAA'

red 25 ◦ green 10 ◦ blue 170

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

Shades of Ultramarine #190AAA

Tints of Ultramarine #190AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.88%

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

R = 12.2%
G = 4.88%
B = 82.93%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#190AAA (or 0x190AAA) is known color: Ultramarine. HEX triplet: 19, 0A and AA. RGB value is (25,10,170). Sum of RGB (Red+Green+Blue) = 25+10+170=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 170 (66.80% from 255 or 82.93% from 205); Max value from RGB is 170 - color contains mainly: blue. Hex color #190AAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190AAA is #E6F555. Grayscale: #202020. Windows color (decimal): -15136086 or 11143705. OLE color: 11143705.

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

Color convert

RGB 25 10 170 -
CMYK 0.85 0.94 0 0.33
HSL 245.63º 0.89% 0.35% -
HSV(B) 245.63º 0.94% 0.67% -
XYZ 7.77 3.33 38.26 -
YUV 32.73 205.47 122.49 -
System Red Green Blue C M Y K H S L
Decimal 25 10 170 0.85 0.94 0 0.33 245.63 0.89 0.35
Hex 19 A AA 55 5E 0 21 F6 59 23
Octal 31 12 252 125 136 0 41 366 131 43
Binary 11001 1010 10101010 1010101 1011110 0 100001 11110110 1011001 100011

Color Harmonies of #190AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190AAA

Black with #190AAA

Text Example


Text Example

White with #190AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190AAA; }

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

 H1.HeaderClassName
 {
   color: #190AAA;
 }
 .AnyTagClassName
 {
   color: #190AAA;
 }
</style>

background-color css

<style>
 a { background-color: #190AAA; }

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

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

border-color css

<style>
 span { border-color: #190AAA; }

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

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