Html Css Color HEX #190FAD Ultramarine

📋 copy color: '#190FAD'

red 25 ◦ green 15 ◦ blue 173

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

Shades of Ultramarine #190FAD

Tints of Ultramarine #190FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.04%

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

R = 11.74%
G = 7.04%
B = 81.22%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#190FAD (or 0x190FAD) is known color: Ultramarine. HEX triplet: 19, 0F and AD. RGB value is (25,15,173). Sum of RGB (Red+Green+Blue) = 25+15+173=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 173 (67.97% from 255 or 81.22% from 213); Max value from RGB is 173 - color contains mainly: blue. Hex color #190FAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190FAD is #E6F052. Grayscale: #232323. Windows color (decimal): -15134803 or 11341593. OLE color: 11341593.

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

Color convert

RGB 25 15 173 -
CMYK 0.86 0.91 0 0.32
HSL 243.8º 0.84% 0.37% -
HSV(B) 243.8º 0.91% 0.68% -
XYZ 8.11 3.57 39.8 -
YUV 36 205.31 120.15 -
System Red Green Blue C M Y K H S L
Decimal 25 15 173 0.86 0.91 0 0.32 243.8 0.84 0.37
Hex 19 F AD 56 5B 0 20 F4 54 25
Octal 31 17 255 126 133 0 40 364 124 45
Binary 11001 1111 10101101 1010110 1011011 0 100000 11110100 1010100 100101

Color Harmonies of #190FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190FAD

Black with #190FAD

Text Example


Text Example

White with #190FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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