#190B9B

Color #190B9B Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #190B9B

Tints of Ultramarine #190B9B

Color information

#190B9B (or 0x190B9B) is unknown color: approx Ultramarine. HEX triplet: 19, 0B and 9B. RGB value is (25,11,155). Sum of RGB (Red+Green+Blue) = 25+11+155=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 155 (60.94% from 255 or 81.15% from 191); Max value from RGB is 155 - color contains mainly: blue. Hex color #190B9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190B9B is #E6F464. Grayscale: #1F1F1F. Windows color (decimal): -15135845 or 10160921. OLE color: 10160921.

HSL color Cylindrical-coordinate representation of color #190B9B: hue angle of 245.83º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190B9B is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2511155-
CMYK0.840.9300.39
HSL245.83º86.75%32.55%-
HSV(B)245.83º92.9%60.78%-
XYZ6.442.8131.21-
YUV31.6197.64123.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 11 (4.69% from 255) = 5.76%
BLUE value IS 155 (60.94% from 255) = 81.15%
R=13.09%
G=5.76%
B=81.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal25111550.840.9300.39245.8386.7532.55
Hex19B9B545D027f65721
Octal311323312413504736612741
Binary11001101110011011101010010111010100111111101101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #190B9B;
 }
 .AnyTagClassName
 {
   color: #190B9B;
 }
</style>
background-color css

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

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

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

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

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

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