Html Css Color HEX #192193 Ultramarine

📋 copy color: '#192193'

red 25 ◦ green 33 ◦ blue 147

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

Shades of Ultramarine #192193

Tints of Ultramarine #192193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.1%

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

R = 12.2%
G = 16.1%
B = 71.71%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#192193 (or 0x192193) is known color: Ultramarine. HEX triplet: 19, 21 and 93. RGB value is (25,33,147). Sum of RGB (Red+Green+Blue) = 25+33+147=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #192193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192193 is #E6DE6C. Grayscale: #2B2B2B. Windows color (decimal): -15130221 or 9642265. OLE color: 9642265.

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

Color convert

RGB 25 33 147 -
CMYK 0.83 0.78 0 0.42
HSL 236.07º 0.71% 0.34% -
HSV(B) 236.07º 0.83% 0.58% -
XYZ 6.21 3.4 27.93 -
YUV 43.6 186.35 114.73 -
System Red Green Blue C M Y K H S L
Decimal 25 33 147 0.83 0.78 0 0.42 236.07 0.71 0.34
Hex 19 21 93 53 4E 0 2A EC 47 22
Octal 31 41 223 123 116 0 52 354 107 42
Binary 11001 100001 10010011 1010011 1001110 0 101010 11101100 1000111 100010

Color Harmonies of #192193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192193

Black with #192193

Text Example


Text Example

White with #192193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192193; }

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

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

background-color css

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

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

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

border-color css

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

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

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