#020BB3

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

Shades of New Midnight Blue #020BB3

Tints of New Midnight Blue #020BB3

Color information

#020BB3 (or 0x020BB3) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0B and B3. RGB value is (2,11,179). Sum of RGB (Red+Green+Blue) = 2+11+179=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 179 (70.31% from 255 or 93.23% from 192); Max value from RGB is 179 - color contains mainly: blue. Hex color #020BB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BB3 is #FDF44C. Grayscale: #1A1A1A. Windows color (decimal): -16643149 or 11733762. OLE color: 11733762.

HSL color Cylindrical-coordinate representation of color #020BB3: hue angle of 236.95º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BB3 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB211179-
CMYK0.990.9400.30
HSL236.95º97.79%35.49%-
HSV(B)236.95º98.88%70.2%-
XYZ8.283.5142.89-
YUV27.46213.52109.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 11 (4.69% from 255) = 5.73%
BLUE value IS 179 (70.31% from 255) = 93.23%
R=1.04%
G=5.73%
B=93.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal2111790.990.9400.30236.9597.7935.49
Hex2BB3635E01Eed6223
Octal21326314313603635514243
Binary1010111011001111000111011110011110111011011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,11,179); }

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

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

 a { background-color: rgb(2,11,179); }

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

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

 span { border-color: rgb(2,11,179); }

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