#190B7E

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

Shades of Ultramarine #190B7E

Tints of Ultramarine #190B7E

Color information

#190B7E (or 0x190B7E) is unknown color: approx Ultramarine. HEX triplet: 19, 0B and 7E. RGB value is (25,11,126). Sum of RGB (Red+Green+Blue) = 25+11+126=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 126 (49.61% from 255 or 77.78% from 162); Max value from RGB is 126 - color contains mainly: blue. Hex color #190B7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190B7E is #E6F481. Grayscale: #1B1B1B. Windows color (decimal): -15135874 or 8260377. OLE color: 8260377.

HSL color Cylindrical-coordinate representation of color #190B7E: hue angle of 247.3º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #190B7E is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2511126-
CMYK0.800.9100.51
HSL247.3º83.94%26.86%-
HSV(B)247.3º91.27%49.41%-
XYZ4.291.9519.89-
YUV28.3183.14125.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.43%
GREEN value IS 11 (4.69% from 255) = 6.79%
BLUE value IS 126 (49.61% from 255) = 77.78%
R=15.43%
G=6.79%
B=77.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25111260.800.9100.51247.383.9426.86
Hex19B7E505B033f7541b
Octal311317612013306336712433
Binary110011011111111010100001011011011001111110111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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