#0215B1

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

Shades of New Midnight Blue #0215B1

Tints of New Midnight Blue #0215B1

Color information

#0215B1 (or 0x0215B1) is unknown color: approx New Midnight Blue. HEX triplet: 02, 15 and B1. RGB value is (2,21,177). Sum of RGB (Red+Green+Blue) = 2+21+177=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 177 (69.53% from 255 or 88.5% from 200); Max value from RGB is 177 - color contains mainly: blue. Hex color #0215B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0215B1 is #FDEA4E. Grayscale: #202020. Windows color (decimal): -16640591 or 11605250. OLE color: 11605250.

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

Color convert

RGB221177-
CMYK0.990.8800.31
HSL233.49º97.77%35.1%-
HSV(B)233.49º98.87%69.41%-
XYZ8.233.7241.88-
YUV33.1209.21105.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 177 (69.53% from 255) = 88.5%
R=1%
G=10.5%
B=88.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2211770.990.8800.31233.4997.7735.1
Hex215B1635801Fe96223
Octal22526114313003735114243
Binary10101011011000111000111011000011111111010011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0215B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,21,177); }

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

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

 a { background-color: rgb(2,21,177); }

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

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

 span { border-color: rgb(2,21,177); }

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