#0207A7

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

Shades of New Midnight Blue #0207A7

Tints of New Midnight Blue #0207A7

Color information

#0207A7 (or 0x0207A7) is unknown color: approx New Midnight Blue. HEX triplet: 02, 07 and A7. RGB value is (2,7,167). Sum of RGB (Red+Green+Blue) = 2+7+167=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 167 (65.62% from 255 or 94.89% from 176); Max value from RGB is 167 - color contains mainly: blue. Hex color #0207A7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0207A7 is #FDF858. Grayscale: #171717. Windows color (decimal): -16644185 or 10946306. OLE color: 10946306.

HSL color Cylindrical-coordinate representation of color #0207A7: hue angle of 238.18º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0207A7 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB27167-
CMYK0.990.9600.35
HSL238.18º97.63%33.14%-
HSV(B)238.18º98.8%65.49%-
XYZ7.082.9536.76-
YUV23.74208.84112.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 7 (3.12% from 255) = 3.98%
BLUE value IS 167 (65.62% from 255) = 94.89%
R=1.14%
G=3.98%
B=94.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal271670.990.9600.35238.1897.6333.14
Hex27A76360023ee6221
Octal2724714314004335614241
Binary1011110100111110001111000000100011111011101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0207A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0207A7; }

 p { color: rgb(2,7,167); }

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

<style>
 a { background-color: #0207A7; }

 a { background-color: rgb(2,7,167); }

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

<style>
 span { border-color: #0207A7; }

 span { border-color: rgb(2,7,167); }

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