#0307AD

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

Shades of New Midnight Blue #0307AD

Tints of New Midnight Blue #0307AD

Color information

#0307AD (or 0x0307AD) is unknown color: approx New Midnight Blue. HEX triplet: 03, 07 and AD. RGB value is (3,7,173). Sum of RGB (Red+Green+Blue) = 3+7+173=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 173 (67.97% from 255 or 94.54% from 183); Max value from RGB is 173 - color contains mainly: blue. Hex color #0307AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0307AD is #FCF852. Grayscale: #181818. Windows color (decimal): -16578643 or 11339523. OLE color: 11339523.

HSL color Cylindrical-coordinate representation of color #0307AD: hue angle of 238.59º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0307AD is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB37173-
CMYK0.980.9600.32
HSL238.59º96.59%34.51%-
HSV(B)238.59º98.27%67.84%-
XYZ7.663.1939.75-
YUV24.73211.67112.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.64%
GREEN value IS 7 (3.12% from 255) = 3.83%
BLUE value IS 173 (67.97% from 255) = 94.54%
R=1.64%
G=3.83%
B=94.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371730.980.9600.32238.5996.5934.51
Hex37AD6260020ef6123
Octal3725514214004035714143
Binary1111110101101110001011000000100000111011111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0307AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0307AD; }

 p { color: rgb(3,7,173); }

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

<style>
 a { background-color: #0307AD; }

 a { background-color: rgb(3,7,173); }

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

<style>
 span { border-color: #0307AD; }

 span { border-color: rgb(3,7,173); }

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