Html Css Color HEX #190995 Ultramarine

📋 copy color: '#190995'

red 25 ◦ green 9 ◦ blue 149

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

Shades of Ultramarine #190995

Tints of Ultramarine #190995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.92%

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

R = 13.66%
G = 4.92%
B = 81.42%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#190995 (or 0x190995) is known color: Ultramarine. HEX triplet: 19, 09 and 95. RGB value is (25,9,149). Sum of RGB (Red+Green+Blue) = 25+9+149=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 149 (58.59% from 255 or 81.42% from 183); Max value from RGB is 149 - color contains mainly: blue. Hex color #190995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190995 is #E6F66A. Grayscale: #1D1D1D. Windows color (decimal): -15136363 or 9767193. OLE color: 9767193.

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

Color convert

RGB 25 9 149 -
CMYK 0.83 0.94 0 0.42
HSL 246.86º 0.89% 0.31% -
HSV(B) 246.86º 0.94% 0.58% -
XYZ 5.92 2.57 28.62 -
YUV 29.74 195.3 124.62 -
System Red Green Blue C M Y K H S L
Decimal 25 9 149 0.83 0.94 0 0.42 246.86 0.89 0.31
Hex 19 9 95 53 5E 0 2A F7 59 1F
Octal 31 11 225 123 136 0 52 367 131 37
Binary 11001 1001 10010101 1010011 1011110 0 101010 11110111 1011001 11111

Color Harmonies of #190995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190995

Black with #190995

Text Example


Text Example

White with #190995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190995; }

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

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

background-color css

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

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

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

border-color css

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

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

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