Html Css Color HEX #192199 Ultramarine

📋 copy color: '#192199'

red 25 ◦ green 33 ◦ blue 153

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

Shades of Ultramarine #192199

Tints of Ultramarine #192199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 72.51%

R = 11.85%
G = 15.64%
B = 72.51%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#192199 (or 0x192199) is known color: Ultramarine. HEX triplet: 19, 21 and 99. RGB value is (25,33,153). Sum of RGB (Red+Green+Blue) = 25+33+153=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #192199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192199 is #E6DE66. Grayscale: #2B2B2B. Windows color (decimal): -15130215 or 10035481. OLE color: 10035481.

HSL color Cylindrical-coordinate representation of color #192199: hue angle of 236.25º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #192199 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 33 153 -
CMYK 0.84 0.78 0 0.4
HSL 236.25º 0.72% 0.35% -
HSV(B) 236.25º 0.84% 0.6% -
XYZ 6.69 3.59 30.48 -
YUV 44.29 189.35 114.24 -
System Red Green Blue C M Y K H S L
Decimal 25 33 153 0.84 0.78 0 0.4 236.25 0.72 0.35
Hex 19 21 99 54 4E 0 28 EC 48 23
Octal 31 41 231 124 116 0 50 354 110 43
Binary 11001 100001 10011001 1010100 1001110 0 101000 11101100 1001000 100011

Color Harmonies of #192199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192199

Black with #192199

Text Example


Text Example

White with #192199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192199; }

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

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

background-color css

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

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

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

border-color css

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

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

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