Html Css Color HEX #190B91 Ultramarine

📋 copy color: '#190B91'

red 25 ◦ green 11 ◦ blue 145

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

Shades of Ultramarine #190B91

Tints of Ultramarine #190B91

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.08%

 BLUE value IS 145 (57.03% from 255) = 80.11%

R = 13.81%
G = 6.08%
B = 80.11%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#190B91 (or 0x190B91) is known color: Ultramarine. HEX triplet: 19, 0B and 91. RGB value is (25,11,145). Sum of RGB (Red+Green+Blue) = 25+11+145=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 145 (57.03% from 255 or 80.11% from 181); Max value from RGB is 145 - color contains mainly: blue. Hex color #190B91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190B91 is #E6F46E. Grayscale: #1D1D1D. Windows color (decimal): -15135855 or 9505561. OLE color: 9505561.

HSL color Cylindrical-coordinate representation of color #190B91: hue angle of 246.27º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190B91 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 11 145 -
CMYK 0.83 0.92 0 0.43
HSL 246.27º 0.86% 0.31% -
HSV(B) 246.27º 0.92% 0.57% -
XYZ 5.63 2.49 26.97 -
YUV 30.46 192.64 124.1 -
System Red Green Blue C M Y K H S L
Decimal 25 11 145 0.83 0.92 0 0.43 246.27 0.86 0.31
Hex 19 B 91 53 5C 0 2B F6 56 1F
Octal 31 13 221 123 134 0 53 366 126 37
Binary 11001 1011 10010001 1010011 1011100 0 101011 11110110 1010110 11111

Color Harmonies of #190B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190B91

Black with #190B91

Text Example


Text Example

White with #190B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190B91; }

 p { color: rgb(25,11,145); }

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

background-color css

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

 a { background-color: rgb(25,11,145); }

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

border-color css

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

 span { border-color: rgb(25,11,145); }

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