Html Css Color HEX #1007AD New Midnight Blue

📋 copy color: '#1007AD'

red 16 ◦ green 7 ◦ blue 173

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

Shades of New Midnight Blue #1007AD

Tints of New Midnight Blue #1007AD

RGB

 RED value IS 16 (6.64% from 255) = 8.16%

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

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

R = 8.16%
G = 3.57%
B = 88.27%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1007AD (or 0x1007AD) is known color: New Midnight Blue. HEX triplet: 10, 07 and AD. RGB value is (16,7,173). Sum of RGB (Red+Green+Blue) = 16+7+173=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 173 (67.97% from 255 or 88.27% from 196); Max value from RGB is 173 - color contains mainly: blue. Hex color #1007AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1007AD is #EFF852. Grayscale: #1B1B1B. Windows color (decimal): -15726675 or 11339536. OLE color: 11339536.

HSL color Cylindrical-coordinate representation of color #1007AD: hue angle of 243.25º 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 #1007AD is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 7 173 -
CMYK 0.91 0.96 0 0.32
HSL 243.25º 0.92% 0.35% -
HSV(B) 243.25º 0.96% 0.68% -
XYZ 7.83 3.28 39.76 -
YUV 28.62 209.48 119 -
System Red Green Blue C M Y K H S L
Decimal 16 7 173 0.91 0.96 0 0.32 243.25 0.92 0.35
Hex 10 7 AD 5B 60 0 20 F3 5C 23
Octal 20 7 255 133 140 0 40 363 134 43
Binary 10000 111 10101101 1011011 1100000 0 100000 11110011 1011100 100011

Color Harmonies of #1007AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1007AD

Black with #1007AD

Text Example


Text Example

White with #1007AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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