#020FB0

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

Shades of New Midnight Blue #020FB0

Tints of New Midnight Blue #020FB0

Color information

#020FB0 (or 0x020FB0) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0F and B0. RGB value is (2,15,176). Sum of RGB (Red+Green+Blue) = 2+15+176=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 176 (69.14% from 255 or 91.19% from 193); Max value from RGB is 176 - color contains mainly: blue. Hex color #020FB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020FB0 is #FDF04F. Grayscale: #1C1C1C. Windows color (decimal): -16642128 or 11538178. OLE color: 11538178.

HSL color Cylindrical-coordinate representation of color #020FB0: hue angle of 235.52º 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 #020FB0 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB215176-
CMYK0.990.9100.31
HSL235.52º97.75%34.9%-
HSV(B)235.52º98.86%69.02%-
XYZ8.033.4941.32-
YUV29.47210.69108.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 15 (6.25% from 255) = 7.77%
BLUE value IS 176 (69.14% from 255) = 91.19%
R=1.04%
G=7.77%
B=91.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2151760.990.9100.31235.5297.7534.9
Hex2FB0635B01Fec6223
Octal21726014313303735414243
Binary1011111011000011000111011011011111111011001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020FB0; }

 p { color: rgb(2,15,176); }

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

<style>
 a { background-color: #020FB0; }

 a { background-color: rgb(2,15,176); }

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

<style>
 span { border-color: #020FB0; }

 span { border-color: rgb(2,15,176); }

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