Html Css Color HEX #191895 Ultramarine

📋 copy color: '#191895'

red 25 ◦ green 24 ◦ blue 149

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

Shades of Ultramarine #191895

Tints of Ultramarine #191895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.12%

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

R = 12.63%
G = 12.12%
B = 75.25%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#191895 (or 0x191895) is known color: Ultramarine. HEX triplet: 19, 18 and 95. RGB value is (25,24,149). Sum of RGB (Red+Green+Blue) = 25+24+149=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #191895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191895 is #E6E76A. Grayscale: #262626. Windows color (decimal): -15132523 or 9771033. OLE color: 9771033.

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

Color convert

RGB 25 24 149 -
CMYK 0.83 0.84 0 0.42
HSL 240.48º 0.72% 0.34% -
HSV(B) 240.48º 0.84% 0.58% -
XYZ 6.15 3.03 28.69 -
YUV 38.55 190.33 118.34 -
System Red Green Blue C M Y K H S L
Decimal 25 24 149 0.83 0.84 0 0.42 240.48 0.72 0.34
Hex 19 18 95 53 54 0 2A F0 48 22
Octal 31 30 225 123 124 0 52 360 110 42
Binary 11001 11000 10010101 1010011 1010100 0 101010 11110000 1001000 100010

Color Harmonies of #191895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191895

Black with #191895

Text Example


Text Example

White with #191895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191895; }

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

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

background-color css

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

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

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

border-color css

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

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

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