Html Css Color HEX #190AAD Ultramarine

📋 copy color: '#190AAD'

red 25 ◦ green 10 ◦ blue 173

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

Shades of Ultramarine #190AAD

Tints of Ultramarine #190AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 83.17%

R = 12.02%
G = 4.81%
B = 83.17%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#190AAD (or 0x190AAD) is known color: Ultramarine. HEX triplet: 19, 0A and AD. RGB value is (25,10,173). Sum of RGB (Red+Green+Blue) = 25+10+173=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 173 (67.97% from 255 or 83.17% from 208); Max value from RGB is 173 - color contains mainly: blue. Hex color #190AAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190AAD is #E6F552. Grayscale: #202020. Windows color (decimal): -15136083 or 11340313. OLE color: 11340313.

HSL color Cylindrical-coordinate representation of color #190AAD: hue angle of 245.52º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190AAD is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 10 173 -
CMYK 0.86 0.94 0 0.32
HSL 245.52º 0.89% 0.36% -
HSV(B) 245.52º 0.94% 0.68% -
XYZ 8.05 3.44 39.77 -
YUV 33.07 206.97 122.25 -
System Red Green Blue C M Y K H S L
Decimal 25 10 173 0.86 0.94 0 0.32 245.52 0.89 0.36
Hex 19 A AD 56 5E 0 20 F6 59 24
Octal 31 12 255 126 136 0 40 366 131 44
Binary 11001 1010 10101101 1010110 1011110 0 100000 11110110 1011001 100100

Color Harmonies of #190AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190AAD

Black with #190AAD

Text Example


Text Example

White with #190AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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