Html Css Color HEX #191896 Ultramarine

📋 copy color: '#191896'

red 25 ◦ green 24 ◦ blue 150

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

Shades of Ultramarine #191896

Tints of Ultramarine #191896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 75.38%

R = 12.56%
G = 12.06%
B = 75.38%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#191896 (or 0x191896) is known color: Ultramarine. HEX triplet: 19, 18 and 96. RGB value is (25,24,150). Sum of RGB (Red+Green+Blue) = 25+24+150=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 150 (58.98% from 255 or 75.38% from 199); Max value from RGB is 150 - color contains mainly: blue. Hex color #191896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191896 is #E6E769. Grayscale: #262626. Windows color (decimal): -15132522 or 9836569. OLE color: 9836569.

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

Color convert

RGB 25 24 150 -
CMYK 0.83 0.84 0 0.41
HSL 240.48º 0.72% 0.34% -
HSV(B) 240.48º 0.84% 0.59% -
XYZ 6.23 3.06 29.12 -
YUV 38.66 190.83 118.25 -
System Red Green Blue C M Y K H S L
Decimal 25 24 150 0.83 0.84 0 0.41 240.48 0.72 0.34
Hex 19 18 96 53 54 0 29 F0 48 22
Octal 31 30 226 123 124 0 51 360 110 42
Binary 11001 11000 10010110 1010011 1010100 0 101001 11110000 1001000 100010

Color Harmonies of #191896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191896

Black with #191896

Text Example


Text Example

White with #191896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191896; }

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

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

background-color css

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

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

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

border-color css

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

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

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