#0307AF

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

Shades of New Midnight Blue #0307AF

Tints of New Midnight Blue #0307AF

Color information

#0307AF (or 0x0307AF) is unknown color: approx New Midnight Blue. HEX triplet: 03, 07 and AF. RGB value is (3,7,175). Sum of RGB (Red+Green+Blue) = 3+7+175=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 175 (68.75% from 255 or 94.59% from 185); Max value from RGB is 175 - color contains mainly: blue. Hex color #0307AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0307AF is #FCF850. Grayscale: #181818. Windows color (decimal): -16578641 or 11470595. OLE color: 11470595.

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

Color convert

RGB37175-
CMYK0.980.9600.31
HSL238.6º96.63%34.9%-
HSV(B)238.6º98.29%68.63%-
XYZ7.853.2740.77-
YUV24.96212.67112.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.62%
GREEN value IS 7 (3.12% from 255) = 3.78%
BLUE value IS 175 (68.75% from 255) = 94.59%
R=1.62%
G=3.78%
B=94.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371750.980.9600.31238.696.6334.9
Hex37AF626001Fef6123
Octal3725714214003735714143
Binary111111010111111000101100000011111111011111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0307AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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