Html Css Color HEX #190392 Ultramarine

📋 copy color: '#190392'

red 25 ◦ green 3 ◦ blue 146

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

Shades of Ultramarine #190392

Tints of Ultramarine #190392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.72%

 BLUE value IS 146 (57.42% from 255) = 83.91%

R = 14.37%
G = 1.72%
B = 83.91%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#190392 (or 0x190392) is known color: Ultramarine. HEX triplet: 19, 03 and 92. RGB value is (25,3,146). Sum of RGB (Red+Green+Blue) = 25+3+146=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 146 (57.42% from 255 or 83.91% from 174); Max value from RGB is 146 - color contains mainly: blue. Hex color #190392 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190392 is #E6FC6D. Grayscale: #191919. Windows color (decimal): -15137902 or 9569049. OLE color: 9569049.

HSL color Cylindrical-coordinate representation of color #190392: hue angle of 249.23º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190392 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 3 146 -
CMYK 0.83 0.98 0 0.43
HSL 249.23º 0.96% 0.29% -
HSV(B) 249.23º 0.98% 0.57% -
XYZ 5.62 2.35 27.35 -
YUV 25.88 195.79 127.37 -
System Red Green Blue C M Y K H S L
Decimal 25 3 146 0.83 0.98 0 0.43 249.23 0.96 0.29
Hex 19 3 92 53 62 0 2B F9 60 1D
Octal 31 3 222 123 142 0 53 371 140 35
Binary 11001 11 10010010 1010011 1100010 0 101011 11111001 1100000 11101

Color Harmonies of #190392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190392

Black with #190392

Text Example


Text Example

White with #190392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190392; }

 p { color: rgb(25,3,146); }

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

background-color css

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

 a { background-color: rgb(25,3,146); }

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

border-color css

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

 span { border-color: rgb(25,3,146); }

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