Html Css Color HEX #191E95 Ultramarine

📋 copy color: '#191E95'

red 25 ◦ green 30 ◦ blue 149

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

Shades of Ultramarine #191E95

Tints of Ultramarine #191E95

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.71%

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

R = 12.25%
G = 14.71%
B = 73.04%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#191E95 (or 0x191E95) is known color: Ultramarine. HEX triplet: 19, 1E and 95. RGB value is (25,30,149). Sum of RGB (Red+Green+Blue) = 25+30+149=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #191E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191E95 is #E6E16A. Grayscale: #292929. Windows color (decimal): -15130987 or 9772569. OLE color: 9772569.

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

Color convert

RGB 25 30 149 -
CMYK 0.83 0.80 0 0.42
HSL 237.58º 0.71% 0.34% -
HSV(B) 237.58º 0.83% 0.58% -
XYZ 6.29 3.31 28.74 -
YUV 42.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 25 30 149 0.83 0.80 0 0.42 237.58 0.71 0.34
Hex 19 1E 95 53 50 0 2A EE 47 22
Octal 31 36 225 123 120 0 52 356 107 42
Binary 11001 11110 10010101 1010011 1010000 0 101010 11101110 1000111 100010

Color Harmonies of #191E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191E95

Black with #191E95

Text Example


Text Example

White with #191E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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