Html Css Color HEX #0307AD New Midnight Blue

📋 copy color: '#0307AD'

red 3 ◦ green 7 ◦ blue 173

#0307AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #0307AD

Tints of New Midnight Blue #0307AD

RGB

 RED value IS 3 (1.56% from 255) = 1.64%

 GREEN value IS 7 (3.13% 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 value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0307AD (or 0x0307AD) is known color: 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

RGB 3 7 173 -
CMYK 0.98 0.96 0 0.32
HSL 238.59º 0.97% 0.35% -
HSV(B) 238.59º 0.98% 0.68% -
XYZ 7.66 3.19 39.75 -
YUV 24.73 211.67 112.5 -
System Red Green Blue C M Y K H S L
Decimal 3 7 173 0.98 0.96 0 0.32 238.59 0.97 0.35
Hex 3 7 AD 62 60 0 20 EF 61 23
Octal 3 7 255 142 140 0 40 357 141 43
Binary 11 111 10101101 1100010 1100000 0 100000 11101111 1100001 100011

Color Harmonies of #0307AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0307AD

Black with #0307AD

Text Example


Text Example

White with #0307AD

Text Example


Text Example

HTML Codes & Css Web 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>