Html Css Color HEX #191997 Ultramarine

📋 copy color: '#191997'

red 25 ◦ green 25 ◦ blue 151

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

Shades of Ultramarine #191997

Tints of Ultramarine #191997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.44%

 BLUE value IS 151 (59.38% from 255) = 75.12%

R = 12.44%
G = 12.44%
B = 75.12%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#191997 (or 0x191997) is known color: Ultramarine. HEX triplet: 19, 19 and 97. RGB value is (25,25,151). Sum of RGB (Red+Green+Blue) = 25+25+151=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 151 (59.38% from 255 or 75.12% from 201); Max value from RGB is 151 - color contains mainly: blue. Hex color #191997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191997 is #E6E668. Grayscale: #262626. Windows color (decimal): -15132265 or 9902361. OLE color: 9902361.

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

Color convert

RGB 25 25 151 -
CMYK 0.83 0.83 0 0.41
HSL 240º 0.72% 0.35% -
HSV(B) 240º 0.83% 0.59% -
XYZ 6.33 3.14 29.55 -
YUV 39.36 191 117.75 -
System Red Green Blue C M Y K H S L
Decimal 25 25 151 0.83 0.83 0 0.41 240 0.72 0.35
Hex 19 19 97 53 53 0 29 F0 48 23
Octal 31 31 227 123 123 0 51 360 110 43
Binary 11001 11001 10010111 1010011 1010011 0 101001 11110000 1001000 100011

Color Harmonies of #191997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191997

Black with #191997

Text Example


Text Example

White with #191997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191997; }

 p { color: rgb(25,25,151); }

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

background-color css

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

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

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

border-color css

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

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

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