#0002B4

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

Shades of New Midnight Blue #0002B4

Tints of New Midnight Blue #0002B4

Color information

#0002B4 (or 0x0002B4) is unknown color: approx New Midnight Blue. HEX triplet: 00, 02 and B4. RGB value is (0,2,180). Sum of RGB (Red+Green+Blue) = 0+2+180=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 180 (70.70% from 255 or 98.90% from 182); Max value from RGB is 180 - color contains mainly: blue. Hex color #0002B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0002B4 is #FFFD4B. Grayscale: #141414. Windows color (decimal): -16776524 or 11796992. OLE color: 11796992.

HSL color Cylindrical-coordinate representation of color #0002B4: hue angle of 239.33º 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 #0002B4 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB02180-
CMYK10.9900.29
HSL239.33º100%35.29%-
HSV(B)239.33º100%70.59%-
XYZ8.263.3443.39-
YUV21.69217.34112.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 180 (70.70% from 255) = 98.90%
R=0%
G=1.10%
B=98.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal0218010.9900.29239.3310035.29
Hex02B4646301Def6423
Octal0226414414303535714443
Binary0101011010011001001100011011101111011111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0002B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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