Html Css Color HEX #191793 Ultramarine

📋 copy color: '#191793'

red 25 ◦ green 23 ◦ blue 147

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

Shades of Ultramarine #191793

Tints of Ultramarine #191793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.79%

 BLUE value IS 147 (57.81% from 255) = 75.38%

R = 12.82%
G = 11.79%
B = 75.38%

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

#191793 (or 0x191793) is known color: Ultramarine. HEX triplet: 19, 17 and 93. RGB value is (25,23,147). Sum of RGB (Red+Green+Blue) = 25+23+147=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 147 (57.81% from 255 or 75.38% from 195); Max value from RGB is 147 - color contains mainly: blue. Hex color #191793 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191793 is #E6E86C. Grayscale: #252525. Windows color (decimal): -15132781 or 9639705. OLE color: 9639705.

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

Color convert

RGB 25 23 147 -
CMYK 0.83 0.84 0 0.42
HSL 240.97º 0.73% 0.33% -
HSV(B) 240.97º 0.84% 0.58% -
XYZ 5.97 2.93 27.85 -
YUV 37.73 189.66 118.92 -
System Red Green Blue C M Y K H S L
Decimal 25 23 147 0.83 0.84 0 0.42 240.97 0.73 0.33
Hex 19 17 93 53 54 0 2A F1 49 21
Octal 31 27 223 123 124 0 52 361 111 41
Binary 11001 10111 10010011 1010011 1010100 0 101010 11110001 1001001 100001

Color Harmonies of #191793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191793

Black with #191793

Text Example


Text Example

White with #191793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191793; }

 p { color: rgb(25,23,147); }

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

background-color css

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

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

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

border-color css

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

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

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