Html Css Color HEX #1007AE New Midnight Blue

📋 copy color: '#1007AE'

red 16 ◦ green 7 ◦ blue 174

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

Shades of New Midnight Blue #1007AE

Tints of New Midnight Blue #1007AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 88.32%

R = 8.12%
G = 3.55%
B = 88.32%

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

#1007AE (or 0x1007AE) is known color: New Midnight Blue. HEX triplet: 10, 07 and AE. RGB value is (16,7,174). Sum of RGB (Red+Green+Blue) = 16+7+174=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 174 (68.36% from 255 or 88.32% from 197); Max value from RGB is 174 - color contains mainly: blue. Hex color #1007AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1007AE is #EFF851. Grayscale: #1C1C1C. Windows color (decimal): -15726674 or 11405072. OLE color: 11405072.

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

Color convert

RGB 16 7 174 -
CMYK 0.91 0.96 0 0.32
HSL 243.23º 0.92% 0.35% -
HSV(B) 243.23º 0.96% 0.68% -
XYZ 7.93 3.32 40.27 -
YUV 28.73 209.98 118.92 -
System Red Green Blue C M Y K H S L
Decimal 16 7 174 0.91 0.96 0 0.32 243.23 0.92 0.35
Hex 10 7 AE 5B 60 0 20 F3 5C 23
Octal 20 7 256 133 140 0 40 363 134 43
Binary 10000 111 10101110 1011011 1100000 0 100000 11110011 1011100 100011

Color Harmonies of #1007AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1007AE

Black with #1007AE

Text Example


Text Example

White with #1007AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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