Html Css Color HEX #192195 Ultramarine

📋 copy color: '#192195'

red 25 ◦ green 33 ◦ blue 149

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

Shades of Ultramarine #192195

Tints of Ultramarine #192195

RGB

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

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

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

R = 12.08%
G = 15.94%
B = 71.98%

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

#192195 (or 0x192195) is known color: Ultramarine. HEX triplet: 19, 21 and 95. RGB value is (25,33,149). Sum of RGB (Red+Green+Blue) = 25+33+149=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #192195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192195 is #E6DE6A. Grayscale: #2B2B2B. Windows color (decimal): -15130219 or 9773337. OLE color: 9773337.

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

Color convert

RGB 25 33 149 -
CMYK 0.83 0.78 0 0.42
HSL 236.13º 0.71% 0.34% -
HSV(B) 236.13º 0.83% 0.58% -
XYZ 6.37 3.46 28.77 -
YUV 43.83 187.35 114.57 -
System Red Green Blue C M Y K H S L
Decimal 25 33 149 0.83 0.78 0 0.42 236.13 0.71 0.34
Hex 19 21 95 53 4E 0 2A EC 47 22
Octal 31 41 225 123 116 0 52 354 107 42
Binary 11001 100001 10010101 1010011 1001110 0 101010 11101100 1000111 100010

Color Harmonies of #192195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192195

Black with #192195

Text Example


Text Example

White with #192195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192195; }

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

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

background-color css

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

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

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

border-color css

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

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

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