#1904b1

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

Shades of New Midnight Blue #1904B1

Tints of New Midnight Blue #1904B1

Color information

#1904B1 (or 0x1904B1) is unknown color: approx New Midnight Blue. HEX triplet: 19, 04 and B1. RGB value is (25,4,177). Sum of RGB (Red+Green+Blue) = 25+4+177=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 177 (69.53% from 255 or 85.92% from 206); Max value from RGB is 177 - color contains mainly: blue. Hex color #1904B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1904B1 is #E6FB4E. Grayscale: #1D1D1D. Windows color (decimal): -15137615 or 11600921. OLE color: 11600921.

HSL color Cylindrical-coordinate representation of color #1904B1: hue angle of 247.28º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1904B1 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB254177-
CMYK0.860.9800.31
HSL247.28º95.58%35.49%-
HSV(B)247.28º97.74%69.41%-
XYZ8.383.4741.82-
YUV30210.96124.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 177 (69.53% from 255) = 85.92%
R=12.14%
G=1.94%
B=85.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2541770.860.9800.31247.2895.5835.49
Hex194B1566201Ff76023
Octal31426112614203736714043
Binary110011001011000110101101100010011111111101111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1904b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1904b1; }

 p { color: rgb(25,4,177); }

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

<style>
 a { background-color: #1904b1; }

 a { background-color: rgb(25,4,177); }

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

<style>
 span { border-color: #1904b1; }

 span { border-color: rgb(25,4,177); }

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