Html Css Color HEX #0107AD New Midnight Blue

📋 copy color: '#0107AD'

red 1 ◦ green 7 ◦ blue 173

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

Shades of New Midnight Blue #0107AD

Tints of New Midnight Blue #0107AD

RGB

 RED value IS 1 (0.78% from 255) = 0.55%

 GREEN value IS 7 (3.13% from 255) = 3.87%

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

R = 0.55%
G = 3.87%
B = 95.58%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0107AD (or 0x0107AD) is known color: New Midnight Blue. HEX triplet: 01, 07 and AD. RGB value is (1,7,173). Sum of RGB (Red+Green+Blue) = 1+7+173=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 173 (67.97% from 255 or 95.58% from 181); Max value from RGB is 173 - color contains mainly: blue. Hex color #0107AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0107AD is #FEF852. Grayscale: #171717. Windows color (decimal): -16709715 or 11339521. OLE color: 11339521.

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

Color convert

RGB 1 7 173 -
CMYK 0.99 0.96 0 0.32
HSL 237.91º 0.99% 0.34% -
HSV(B) 237.91º 0.99% 0.68% -
XYZ 7.63 3.18 39.75 -
YUV 24.13 212.01 111.5 -
System Red Green Blue C M Y K H S L
Decimal 1 7 173 0.99 0.96 0 0.32 237.91 0.99 0.34
Hex 1 7 AD 63 60 0 20 EE 63 22
Octal 1 7 255 143 140 0 40 356 143 42
Binary 1 111 10101101 1100011 1100000 0 100000 11101110 1100011 100010

Color Harmonies of #0107AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0107AD

Black with #0107AD

Text Example


Text Example

White with #0107AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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