#190BB3

Color #190BB3 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #190BB3

Tints of New Midnight Blue #190BB3

Color information

#190BB3 (or 0x190BB3) is unknown color: approx New Midnight Blue. HEX triplet: 19, 0B and B3. RGB value is (25,11,179). Sum of RGB (Red+Green+Blue) = 25+11+179=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 179 (70.31% from 255 or 83.26% from 215); Max value from RGB is 179 - color contains mainly: blue. Hex color #190BB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190BB3 is #E6F44C. Grayscale: #212121. Windows color (decimal): -15135821 or 11733785. OLE color: 11733785.

HSL color Cylindrical-coordinate representation of color #190BB3: hue angle of 245º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190BB3 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2511179-
CMYK0.860.9400.30
HSL245º88.42%37.25%-
HSV(B)245º93.85%70.2%-
XYZ8.663.742.91-
YUV34.34209.64121.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.63%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 179 (70.31% from 255) = 83.26%
R=11.63%
G=5.12%
B=83.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal25111790.860.9400.3024588.4237.25
Hex19BB3565E01Ef55825
Octal311326312613603636513045
Binary1100110111011001110101101011110011110111101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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