Html Css Color HEX #192091 Ultramarine

📋 copy color: '#192091'

red 25 ◦ green 32 ◦ blue 145

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

Shades of Ultramarine #192091

Tints of Ultramarine #192091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

 BLUE value IS 145 (57.03% from 255) = 71.78%

R = 12.38%
G = 15.84%
B = 71.78%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#192091 (or 0x192091) is known color: Ultramarine. HEX triplet: 19, 20 and 91. RGB value is (25,32,145). Sum of RGB (Red+Green+Blue) = 25+32+145=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 145 (57.03% from 255 or 71.78% from 202); Max value from RGB is 145 - color contains mainly: blue. Hex color #192091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192091 is #E6DF6E. Grayscale: #2A2A2A. Windows color (decimal): -15130479 or 9510937. OLE color: 9510937.

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

Color convert

RGB 25 32 145 -
CMYK 0.83 0.78 0 0.43
HSL 236.5º 0.71% 0.33% -
HSV(B) 236.5º 0.83% 0.57% -
XYZ 6.03 3.28 27.1 -
YUV 42.79 185.68 115.31 -
System Red Green Blue C M Y K H S L
Decimal 25 32 145 0.83 0.78 0 0.43 236.5 0.71 0.33
Hex 19 20 91 53 4E 0 2B EC 47 21
Octal 31 40 221 123 116 0 53 354 107 41
Binary 11001 100000 10010001 1010011 1001110 0 101011 11101100 1000111 100001

Color Harmonies of #192091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192091

Black with #192091

Text Example


Text Example

White with #192091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192091; }

 p { color: rgb(25,32,145); }

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

background-color css

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

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

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

border-color css

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

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

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