Html Css Color HEX #190390 Ultramarine

📋 copy color: '#190390'

red 25 ◦ green 3 ◦ blue 144

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

Shades of Ultramarine #190390

Tints of Ultramarine #190390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 83.72%

R = 14.53%
G = 1.74%
B = 83.72%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#190390 (or 0x190390) is known color: Ultramarine. HEX triplet: 19, 03 and 90. RGB value is (25,3,144). Sum of RGB (Red+Green+Blue) = 25+3+144=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 144 (56.64% from 255 or 83.72% from 172); Max value from RGB is 144 - color contains mainly: blue. Hex color #190390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190390 is #E6FC6F. Grayscale: #191919. Windows color (decimal): -15137904 or 9437977. OLE color: 9437977.

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

Color convert

RGB 25 3 144 -
CMYK 0.83 0.98 0 0.44
HSL 249.36º 0.96% 0.29% -
HSV(B) 249.36º 0.98% 0.56% -
XYZ 5.47 2.29 26.54 -
YUV 25.65 194.79 127.54 -
System Red Green Blue C M Y K H S L
Decimal 25 3 144 0.83 0.98 0 0.44 249.36 0.96 0.29
Hex 19 3 90 53 62 0 2C F9 60 1D
Octal 31 3 220 123 142 0 54 371 140 35
Binary 11001 11 10010000 1010011 1100010 0 101100 11111001 1100000 11101

Color Harmonies of #190390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190390

Black with #190390

Text Example


Text Example

White with #190390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190390; }

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

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

background-color css

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

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

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

border-color css

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

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

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