Html Css Color HEX #192099 Ultramarine

📋 copy color: '#192099'

red 25 ◦ green 32 ◦ blue 153

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

Shades of Ultramarine #192099

Tints of Ultramarine #192099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

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

R = 11.9%
G = 15.24%
B = 72.86%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#192099 (or 0x192099) is known color: Ultramarine. HEX triplet: 19, 20 and 99. RGB value is (25,32,153). Sum of RGB (Red+Green+Blue) = 25+32+153=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #192099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192099 is #E6DF66. Grayscale: #2B2B2B. Windows color (decimal): -15130471 or 10035225. OLE color: 10035225.

HSL color Cylindrical-coordinate representation of color #192099: hue angle of 236.72º 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 #192099 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 32 153 -
CMYK 0.84 0.79 0 0.4
HSL 236.72º 0.72% 0.35% -
HSV(B) 236.72º 0.84% 0.6% -
XYZ 6.67 3.54 30.47 -
YUV 43.7 189.68 114.66 -
System Red Green Blue C M Y K H S L
Decimal 25 32 153 0.84 0.79 0 0.4 236.72 0.72 0.35
Hex 19 20 99 54 4F 0 28 ED 48 23
Octal 31 40 231 124 117 0 50 355 110 43
Binary 11001 100000 10011001 1010100 1001111 0 101000 11101101 1001000 100011

Color Harmonies of #192099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192099

Black with #192099

Text Example


Text Example

White with #192099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192099; }

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

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

background-color css

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

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

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

border-color css

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

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

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