Html Css Color HEX #191E88 Ultramarine

📋 copy color: '#191E88'

red 25 ◦ green 30 ◦ blue 136

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

Shades of Ultramarine #191E88

Tints of Ultramarine #191E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 71.2%

R = 13.09%
G = 15.71%
B = 71.2%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#191E88 (or 0x191E88) is known color: Ultramarine. HEX triplet: 19, 1E and 88. RGB value is (25,30,136). Sum of RGB (Red+Green+Blue) = 25+30+136=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 136 (53.52% from 255 or 71.20% from 191); Max value from RGB is 136 - color contains mainly: blue. Hex color #191E88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191E88 is #E6E177. Grayscale: #282828. Windows color (decimal): -15131000 or 8920601. OLE color: 8920601.

HSL color Cylindrical-coordinate representation of color #191E88: hue angle of 237.3º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #191E88 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 30 136 -
CMYK 0.82 0.78 0 0.47
HSL 237.3º 0.69% 0.32% -
HSV(B) 237.3º 0.82% 0.53% -
XYZ 5.31 2.91 23.57 -
YUV 40.59 181.84 116.88 -
System Red Green Blue C M Y K H S L
Decimal 25 30 136 0.82 0.78 0 0.47 237.3 0.69 0.32
Hex 19 1E 88 52 4E 0 2F ED 45 20
Octal 31 36 210 122 116 0 57 355 105 40
Binary 11001 11110 10001000 1010010 1001110 0 101111 11101101 1000101 100000

Color Harmonies of #191E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191E88

Black with #191E88

Text Example


Text Example

White with #191E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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