Html Css Color HEX #192295 Ultramarine

📋 copy color: '#192295'

red 25 ◦ green 34 ◦ blue 149

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

Shades of Ultramarine #192295

Tints of Ultramarine #192295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 71.63%

R = 12.02%
G = 16.35%
B = 71.63%

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

#192295 (or 0x192295) is known color: Ultramarine. HEX triplet: 19, 22 and 95. RGB value is (25,34,149). Sum of RGB (Red+Green+Blue) = 25+34+149=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #192295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192295 is #E6DD6A. Grayscale: #2B2B2B. Windows color (decimal): -15129963 or 9773593. OLE color: 9773593.

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

Color convert

RGB 25 34 149 -
CMYK 0.83 0.77 0 0.42
HSL 235.65º 0.71% 0.34% -
HSV(B) 235.65º 0.83% 0.58% -
XYZ 6.4 3.52 28.78 -
YUV 44.42 187.02 114.15 -
System Red Green Blue C M Y K H S L
Decimal 25 34 149 0.83 0.77 0 0.42 235.65 0.71 0.34
Hex 19 22 95 53 4D 0 2A EC 47 22
Octal 31 42 225 123 115 0 52 354 107 42
Binary 11001 100010 10010101 1010011 1001101 0 101010 11101100 1000111 100010

Color Harmonies of #192295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192295

Black with #192295

Text Example


Text Example

White with #192295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192295; }

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

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

background-color css

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

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

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

border-color css

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

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

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