Html Css Color HEX #190998 Ultramarine

📋 copy color: '#190998'

red 25 ◦ green 9 ◦ blue 152

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

Shades of Ultramarine #190998

Tints of Ultramarine #190998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 81.72%

R = 13.44%
G = 4.84%
B = 81.72%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#190998 (or 0x190998) is known color: Ultramarine. HEX triplet: 19, 09 and 98. RGB value is (25,9,152). Sum of RGB (Red+Green+Blue) = 25+9+152=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 152 (59.77% from 255 or 81.72% from 186); Max value from RGB is 152 - color contains mainly: blue. Hex color #190998 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190998 is #E6F667. Grayscale: #1D1D1D. Windows color (decimal): -15136360 or 9963801. OLE color: 9963801.

HSL color Cylindrical-coordinate representation of color #190998: hue angle of 246.71º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190998 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 9 152 -
CMYK 0.84 0.94 0 0.40
HSL 246.71º 0.89% 0.32% -
HSV(B) 246.71º 0.94% 0.6% -
XYZ 6.17 2.67 29.9 -
YUV 30.09 196.8 124.37 -
System Red Green Blue C M Y K H S L
Decimal 25 9 152 0.84 0.94 0 0.40 246.71 0.89 0.32
Hex 19 9 98 54 5E 0 28 F7 59 20
Octal 31 11 230 124 136 0 50 367 131 40
Binary 11001 1001 10011000 1010100 1011110 0 101000 11110111 1011001 100000

Color Harmonies of #190998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190998

Black with #190998

Text Example


Text Example

White with #190998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190998; }

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

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

background-color css

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

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

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

border-color css

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

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

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