Html Css Color HEX #192293 Ultramarine

📋 copy color: '#192293'

red 25 ◦ green 34 ◦ blue 147

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

Shades of Ultramarine #192293

Tints of Ultramarine #192293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.5%

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

R = 12.14%
G = 16.5%
B = 71.36%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#192293 (or 0x192293) is known color: Ultramarine. HEX triplet: 19, 22 and 93. RGB value is (25,34,147). Sum of RGB (Red+Green+Blue) = 25+34+147=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 147 (57.81% from 255 or 71.36% from 206); Max value from RGB is 147 - color contains mainly: blue. Hex color #192293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192293 is #E6DD6C. Grayscale: #2B2B2B. Windows color (decimal): -15129965 or 9642521. OLE color: 9642521.

HSL color Cylindrical-coordinate representation of color #192293: hue angle of 235.57º 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 #192293 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 34 147 -
CMYK 0.83 0.77 0 0.42
HSL 235.57º 0.71% 0.34% -
HSV(B) 235.57º 0.83% 0.58% -
XYZ 6.24 3.46 27.94 -
YUV 44.19 186.02 114.31 -
System Red Green Blue C M Y K H S L
Decimal 25 34 147 0.83 0.77 0 0.42 235.57 0.71 0.34
Hex 19 22 93 53 4D 0 2A EC 47 22
Octal 31 42 223 123 115 0 52 354 107 42
Binary 11001 100010 10010011 1010011 1001101 0 101010 11101100 1000111 100010

Color Harmonies of #192293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192293

Black with #192293

Text Example


Text Example

White with #192293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192293; }

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

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

background-color css

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

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

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

border-color css

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

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

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