Html Css Color HEX #0712AD New Midnight Blue

📋 copy color: '#0712AD'

red 7 ◦ green 18 ◦ blue 173

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

Shades of New Midnight Blue #0712AD

Tints of New Midnight Blue #0712AD

RGB

 RED value IS 7 (3.13% from 255) = 3.54%

 GREEN value IS 18 (7.42% from 255) = 9.09%

 BLUE value IS 173 (67.97% from 255) = 87.37%

R = 3.54%
G = 9.09%
B = 87.37%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0712AD (or 0x0712AD) is known color: New Midnight Blue. HEX triplet: 07, 12 and AD. RGB value is (7,18,173). Sum of RGB (Red+Green+Blue) = 7+18+173=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 173 (67.97% from 255 or 87.37% from 198); Max value from RGB is 173 - color contains mainly: blue. Hex color #0712AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0712AD is #F8ED52. Grayscale: #1F1F1F. Windows color (decimal): -16313683 or 11342343. OLE color: 11342343.

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

Color convert

RGB 7 18 173 -
CMYK 0.96 0.90 0 0.32
HSL 236.02º 0.92% 0.35% -
HSV(B) 236.02º 0.96% 0.68% -
XYZ 7.85 3.49 39.8 -
YUV 32.38 207.36 109.9 -
System Red Green Blue C M Y K H S L
Decimal 7 18 173 0.96 0.90 0 0.32 236.02 0.92 0.35
Hex 7 12 AD 60 5A 0 20 EC 5C 23
Octal 7 22 255 140 132 0 40 354 134 43
Binary 111 10010 10101101 1100000 1011010 0 100000 11101100 1011100 100011

Color Harmonies of #0712AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0712AD

Black with #0712AD

Text Example


Text Example

White with #0712AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0712AD;
 }
 .AnyTagClassName
 {
   color: #0712AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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