#190B7D

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

Shades of Ultramarine #190B7D

Tints of Ultramarine #190B7D

Color information

#190B7D (or 0x190B7D) is unknown color: approx Ultramarine. HEX triplet: 19, 0B and 7D. RGB value is (25,11,125). Sum of RGB (Red+Green+Blue) = 25+11+125=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 125 (49.22% from 255 or 77.64% from 161); Max value from RGB is 125 - color contains mainly: blue. Hex color #190B7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190B7D is #E6F482. Grayscale: #1B1B1B. Windows color (decimal): -15135875 or 8194841. OLE color: 8194841.

HSL color Cylindrical-coordinate representation of color #190B7D: hue angle of 247.37º 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 #190B7D is Cyan = 0.8, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2511125-
CMYK0.80.9100.51
HSL247.37º83.82%26.67%-
HSV(B)247.37º91.2%49.02%-
XYZ4.221.9319.55-
YUV28.18182.64125.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.53%
GREEN value IS 11 (4.69% from 255) = 6.83%
BLUE value IS 125 (49.22% from 255) = 77.64%
R=15.53%
G=6.83%
B=77.64%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25111250.80.9100.51247.3783.8226.67
Hex19B7D505B033f7541b
Octal311317512013306336712433
Binary110011011111110110100001011011011001111110111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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