#0604B1

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

Shades of New Midnight Blue #0604B1

Tints of New Midnight Blue #0604B1

Color information

#0604B1 (or 0x0604B1) is unknown color: approx New Midnight Blue. HEX triplet: 06, 04 and B1. RGB value is (6,4,177). Sum of RGB (Red+Green+Blue) = 6+4+177=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 177 (69.53% from 255 or 94.65% from 187); Max value from RGB is 177 - color contains mainly: blue. Hex color #0604B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0604B1 is #F9FB4E. Grayscale: #171717. Windows color (decimal): -16382799 or 11600902. OLE color: 11600902.

HSL color Cylindrical-coordinate representation of color #0604B1: hue angle of 240.69º 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 #0604B1 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB64177-
CMYK0.970.9800.31
HSL240.69º95.58%35.49%-
HSV(B)240.69º97.74%69.41%-
XYZ8.053.341.81-
YUV24.32214.16114.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.21%
GREEN value IS 4 (1.95% from 255) = 2.14%
BLUE value IS 177 (69.53% from 255) = 94.65%
R=3.21%
G=2.14%
B=94.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641770.970.9800.31240.6995.5835.49
Hex64B1616201Ff16023
Octal6426114114203736114043
Binary1101001011000111000011100010011111111100011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0604B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0604B1; }

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

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

<style>
 a { background-color: #0604B1; }

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

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

<style>
 span { border-color: #0604B1; }

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

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