#0001B4

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

Shades of New Midnight Blue #0001B4

Tints of New Midnight Blue #0001B4

Color information

#0001B4 (or 0x0001B4) is unknown color: approx New Midnight Blue. HEX triplet: 00, 01 and B4. RGB value is (0,1,180). Sum of RGB (Red+Green+Blue) = 0+1+180=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 180 (70.70% from 255 or 99.45% from 181); Max value from RGB is 180 - color contains mainly: blue. Hex color #0001B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0001B4 is #FFFE4B. Grayscale: #141414. Windows color (decimal): -16776780 or 11796736. OLE color: 11796736.

HSL color Cylindrical-coordinate representation of color #0001B4: hue angle of 239.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0001B4 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB01180-
CMYK10.9900.29
HSL239.67º100%35.29%-
HSV(B)239.67º100%70.59%-
XYZ8.253.3243.39-
YUV21.11217.67112.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 180 (70.70% from 255) = 99.45%
R=0%
G=0.55%
B=99.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal0118010.9900.29239.6710035.29
Hex01B4646301Df06423
Octal0126414414303536014443
Binary011011010011001001100011011101111100001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0001B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0001B4; }

 p { color: rgb(0,1,180); }

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

<style>
 a { background-color: #0001B4; }

 a { background-color: rgb(0,1,180); }

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

<style>
 span { border-color: #0001B4; }

 span { border-color: rgb(0,1,180); }

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