Html Css Color HEX #190095 Ultramarine

📋 copy color: '#190095'

red 25 ◦ green 0 ◦ blue 149

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

Shades of Ultramarine #190095

Tints of Ultramarine #190095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 85.63%

R = 14.37%
G = 0%
B = 85.63%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#190095 (or 0x190095) is known color: Ultramarine. HEX triplet: 19, 00 and 95. RGB value is (25,0,149). Sum of RGB (Red+Green+Blue) = 25+0+149=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 149 (58.59% from 255 or 85.63% from 174); Max value from RGB is 149 - color contains mainly: blue. Hex color #190095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190095 is #E6FF6A. Grayscale: #171717. Windows color (decimal): -15138667 or 9764889. OLE color: 9764889.

HSL color Cylindrical-coordinate representation of color #190095: hue angle of 250.07º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190095 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 0 149 -
CMYK 0.83 1 0 0.42
HSL 250.07º 1% 0.29% -
HSV(B) 250.07º 1% 0.58% -
XYZ 5.83 2.38 28.59 -
YUV 24.46 198.28 128.38 -
System Red Green Blue C M Y K H S L
Decimal 25 0 149 0.83 1 0 0.42 250.07 1 0.29
Hex 19 0 95 53 64 0 2A FA 64 1D
Octal 31 0 225 123 144 0 52 372 144 35
Binary 11001 0 10010101 1010011 1100100 0 101010 11111010 1100100 11101

Color Harmonies of #190095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190095

Black with #190095

Text Example


Text Example

White with #190095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190095; }

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

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

background-color css

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

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

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

border-color css

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

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

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