Html Css Color HEX #190986 Ultramarine

📋 copy color: '#190986'

red 25 ◦ green 9 ◦ blue 134

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

Shades of Ultramarine #190986

Tints of Ultramarine #190986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.36%

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

R = 14.88%
G = 5.36%
B = 79.76%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#190986 (or 0x190986) is known color: Ultramarine. HEX triplet: 19, 09 and 86. RGB value is (25,9,134). Sum of RGB (Red+Green+Blue) = 25+9+134=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 134 (52.73% from 255 or 79.76% from 168); Max value from RGB is 134 - color contains mainly: blue. Hex color #190986 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190986 is #E6F679. Grayscale: #1B1B1B. Windows color (decimal): -15136378 or 8784153. OLE color: 8784153.

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

Color convert

RGB 25 9 134 -
CMYK 0.81 0.93 0 0.47
HSL 247.68º 0.87% 0.28% -
HSV(B) 247.68º 0.93% 0.53% -
XYZ 4.8 2.12 22.71 -
YUV 28.03 187.8 125.84 -
System Red Green Blue C M Y K H S L
Decimal 25 9 134 0.81 0.93 0 0.47 247.68 0.87 0.28
Hex 19 9 86 51 5D 0 2F F8 57 1C
Octal 31 11 206 121 135 0 57 370 127 34
Binary 11001 1001 10000110 1010001 1011101 0 101111 11111000 1010111 11100

Color Harmonies of #190986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190986

Black with #190986

Text Example


Text Example

White with #190986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190986; }

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

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

background-color css

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

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

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

border-color css

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

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

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