Html Css Color HEX #191696 Ultramarine

📋 copy color: '#191696'

red 25 ◦ green 22 ◦ blue 150

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

Shades of Ultramarine #191696

Tints of Ultramarine #191696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.17%

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

R = 12.69%
G = 11.17%
B = 76.14%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#191696 (or 0x191696) is known color: Ultramarine. HEX triplet: 19, 16 and 96. RGB value is (25,22,150). Sum of RGB (Red+Green+Blue) = 25+22+150=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 150 (58.98% from 255 or 76.14% from 197); Max value from RGB is 150 - color contains mainly: blue. Hex color #191696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191696 is #E6E969. Grayscale: #242424. Windows color (decimal): -15133034 or 9836057. OLE color: 9836057.

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

Color convert

RGB 25 22 150 -
CMYK 0.83 0.85 0 0.41
HSL 241.41º 0.74% 0.34% -
HSV(B) 241.41º 0.85% 0.59% -
XYZ 6.19 2.98 29.1 -
YUV 37.49 191.49 119.09 -
System Red Green Blue C M Y K H S L
Decimal 25 22 150 0.83 0.85 0 0.41 241.41 0.74 0.34
Hex 19 16 96 53 55 0 29 F1 4A 22
Octal 31 26 226 123 125 0 51 361 112 42
Binary 11001 10110 10010110 1010011 1010101 0 101001 11110001 1001010 100010

Color Harmonies of #191696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191696

Black with #191696

Text Example


Text Example

White with #191696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191696; }

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

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

background-color css

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

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

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

border-color css

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

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

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