Html Css Color HEX #191692 Ultramarine

📋 copy color: '#191692'

red 25 ◦ green 22 ◦ blue 146

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

Shades of Ultramarine #191692

Tints of Ultramarine #191692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 75.65%

R = 12.95%
G = 11.4%
B = 75.65%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#191692 (or 0x191692) is known color: Ultramarine. HEX triplet: 19, 16 and 92. RGB value is (25,22,146). Sum of RGB (Red+Green+Blue) = 25+22+146=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #191692 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191692 is #E6E96D. Grayscale: #242424. Windows color (decimal): -15133038 or 9573913. OLE color: 9573913.

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

Color convert

RGB 25 22 146 -
CMYK 0.83 0.85 0 0.43
HSL 241.45º 0.74% 0.33% -
HSV(B) 241.45º 0.85% 0.57% -
XYZ 5.88 2.86 27.44 -
YUV 37.03 189.49 119.42 -
System Red Green Blue C M Y K H S L
Decimal 25 22 146 0.83 0.85 0 0.43 241.45 0.74 0.33
Hex 19 16 92 53 55 0 2B F1 4A 21
Octal 31 26 222 123 125 0 53 361 112 41
Binary 11001 10110 10010010 1010011 1010101 0 101011 11110001 1001010 100001

Color Harmonies of #191692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191692

Black with #191692

Text Example


Text Example

White with #191692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191692; }

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

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

background-color css

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

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

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

border-color css

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

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

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