Html Css Color HEX #191F99 Ultramarine

📋 copy color: '#191F99'

red 25 ◦ green 31 ◦ blue 153

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

Shades of Ultramarine #191F99

Tints of Ultramarine #191F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.83%

 BLUE value IS 153 (60.16% from 255) = 73.21%

R = 11.96%
G = 14.83%
B = 73.21%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#191F99 (or 0x191F99) is known color: Ultramarine. HEX triplet: 19, 1F and 99. RGB value is (25,31,153). Sum of RGB (Red+Green+Blue) = 25+31+153=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 153 (60.16% from 255 or 73.21% from 209); Max value from RGB is 153 - color contains mainly: blue. Hex color #191F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191F99 is #E6E066. Grayscale: #2A2A2A. Windows color (decimal): -15130727 or 10034969. OLE color: 10034969.

HSL color Cylindrical-coordinate representation of color #191F99: hue angle of 237.19º 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 #191F99 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 31 153 -
CMYK 0.84 0.80 0 0.4
HSL 237.19º 0.72% 0.35% -
HSV(B) 237.19º 0.84% 0.6% -
XYZ 6.64 3.49 30.46 -
YUV 43.11 190.01 115.08 -
System Red Green Blue C M Y K H S L
Decimal 25 31 153 0.84 0.80 0 0.4 237.19 0.72 0.35
Hex 19 1F 99 54 50 0 28 ED 48 23
Octal 31 37 231 124 120 0 50 355 110 43
Binary 11001 11111 10011001 1010100 1010000 0 101000 11101101 1001000 100011

Color Harmonies of #191F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191F99

Black with #191F99

Text Example


Text Example

White with #191F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191F99; }

 p { color: rgb(25,31,153); }

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

background-color css

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

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

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

border-color css

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

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

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