Html Css Color HEX #192198 Ultramarine

📋 copy color: '#192198'

red 25 ◦ green 33 ◦ blue 152

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

Shades of Ultramarine #192198

Tints of Ultramarine #192198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 72.38%

R = 11.9%
G = 15.71%
B = 72.38%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#192198 (or 0x192198) is known color: Ultramarine. HEX triplet: 19, 21 and 98. RGB value is (25,33,152). Sum of RGB (Red+Green+Blue) = 25+33+152=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 152 (59.77% from 255 or 72.38% from 210); Max value from RGB is 152 - color contains mainly: blue. Hex color #192198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192198 is #E6DE67. Grayscale: #2B2B2B. Windows color (decimal): -15130216 or 9969945. OLE color: 9969945.

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

Color convert

RGB 25 33 152 -
CMYK 0.84 0.78 0 0.40
HSL 236.22º 0.72% 0.35% -
HSV(B) 236.22º 0.84% 0.6% -
XYZ 6.61 3.56 30.04 -
YUV 44.17 188.85 114.32 -
System Red Green Blue C M Y K H S L
Decimal 25 33 152 0.84 0.78 0 0.40 236.22 0.72 0.35
Hex 19 21 98 54 4E 0 28 EC 48 23
Octal 31 41 230 124 116 0 50 354 110 43
Binary 11001 100001 10011000 1010100 1001110 0 101000 11101100 1001000 100011

Color Harmonies of #192198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192198

Black with #192198

Text Example


Text Example

White with #192198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192198; }

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

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

background-color css

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

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

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

border-color css

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

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

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