#0107AA

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

Shades of New Midnight Blue #0107AA

Tints of New Midnight Blue #0107AA

Color information

#0107AA (or 0x0107AA) is unknown color: approx New Midnight Blue. HEX triplet: 01, 07 and AA. RGB value is (1,7,170). Sum of RGB (Red+Green+Blue) = 1+7+170=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 170 (66.80% from 255 or 95.51% from 178); Max value from RGB is 170 - color contains mainly: blue. Hex color #0107AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0107AA is #FEF855. Grayscale: #171717. Windows color (decimal): -16709718 or 11142913. OLE color: 11142913.

HSL color Cylindrical-coordinate representation of color #0107AA: hue angle of 237.87º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0107AA is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17170-
CMYK0.990.9600.33
HSL237.87º98.83%33.53%-
HSV(B)237.87º99.41%66.67%-
XYZ7.343.0638.23-
YUV23.79210.51111.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 7 (3.12% from 255) = 3.93%
BLUE value IS 170 (66.80% from 255) = 95.51%
R=0.56%
G=3.93%
B=95.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171700.990.9600.33237.8798.8333.53
Hex17AA6360021ee6322
Octal1725214314004135614342
Binary111110101010110001111000000100001111011101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0107AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0107AA; }

 p { color: rgb(1,7,170); }

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

<style>
 a { background-color: #0107AA; }

 a { background-color: rgb(1,7,170); }

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

<style>
 span { border-color: #0107AA; }

 span { border-color: rgb(1,7,170); }

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