Html Css Color HEX #190386 Ultramarine

📋 copy color: '#190386'

red 25 ◦ green 3 ◦ blue 134

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

Shades of Ultramarine #190386

Tints of Ultramarine #190386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 82.72%

R = 15.43%
G = 1.85%
B = 82.72%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#190386 (or 0x190386) is known color: Ultramarine. HEX triplet: 19, 03 and 86. RGB value is (25,3,134). Sum of RGB (Red+Green+Blue) = 25+3+134=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 134 (52.73% from 255 or 82.72% from 162); Max value from RGB is 134 - color contains mainly: blue. Hex color #190386 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190386 is #E6FC79. Grayscale: #181818. Windows color (decimal): -15137914 or 8782617. OLE color: 8782617.

HSL color Cylindrical-coordinate representation of color #190386: hue angle of 250.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190386 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 3 134 -
CMYK 0.81 0.98 0 0.47
HSL 250.08º 0.96% 0.27% -
HSV(B) 250.08º 0.98% 0.53% -
XYZ 4.74 1.99 22.69 -
YUV 24.51 189.79 128.35 -
System Red Green Blue C M Y K H S L
Decimal 25 3 134 0.81 0.98 0 0.47 250.08 0.96 0.27
Hex 19 3 86 51 62 0 2F FA 60 1B
Octal 31 3 206 121 142 0 57 372 140 33
Binary 11001 11 10000110 1010001 1100010 0 101111 11111010 1100000 11011

Color Harmonies of #190386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190386

Black with #190386

Text Example


Text Example

White with #190386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190386; }

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

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

background-color css

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

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

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

border-color css

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

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

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