Html Css Color HEX #191998 Ultramarine

📋 copy color: '#191998'

red 25 ◦ green 25 ◦ blue 152

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

Shades of Ultramarine #191998

Tints of Ultramarine #191998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.38%

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

R = 12.38%
G = 12.38%
B = 75.25%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#191998 (or 0x191998) is known color: Ultramarine. HEX triplet: 19, 19 and 98. RGB value is (25,25,152). Sum of RGB (Red+Green+Blue) = 25+25+152=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 152 (59.77% from 255 or 75.25% from 202); Max value from RGB is 152 - color contains mainly: blue. Hex color #191998 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191998 is #E6E667. Grayscale: #262626. Windows color (decimal): -15132264 or 9967897. OLE color: 9967897.

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

Color convert

RGB 25 25 152 -
CMYK 0.84 0.84 0 0.40
HSL 240º 0.72% 0.35% -
HSV(B) 240º 0.84% 0.6% -
XYZ 6.42 3.17 29.98 -
YUV 39.48 191.5 117.67 -
System Red Green Blue C M Y K H S L
Decimal 25 25 152 0.84 0.84 0 0.40 240 0.72 0.35
Hex 19 19 98 54 54 0 28 F0 48 23
Octal 31 31 230 124 124 0 50 360 110 43
Binary 11001 11001 10011000 1010100 1010100 0 101000 11110000 1001000 100011

Color Harmonies of #191998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191998

Black with #191998

Text Example


Text Example

White with #191998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191998; }

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

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

background-color css

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

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

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

border-color css

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

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

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