Html Css Color HEX #0710AE New Midnight Blue

📋 copy color: '#0710AE'

red 7 ◦ green 16 ◦ blue 174

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

Shades of New Midnight Blue #0710AE

Tints of New Midnight Blue #0710AE

RGB

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

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

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

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

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0710AE (or 0x0710AE) is known color: New Midnight Blue. HEX triplet: 07, 10 and AE. RGB value is (7,16,174). Sum of RGB (Red+Green+Blue) = 7+16+174=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 16 (6.64% from 255 or 8.12% 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 #0710AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0710AE is #F8EF51. Grayscale: #1E1E1E. Windows color (decimal): -16314194 or 11407367. OLE color: 11407367.

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

Color convert

RGB 7 16 174 -
CMYK 0.96 0.91 0 0.32
HSL 236.77º 0.92% 0.35% -
HSV(B) 236.77º 0.96% 0.68% -
XYZ 7.91 3.47 40.3 -
YUV 31.32 208.52 110.65 -
System Red Green Blue C M Y K H S L
Decimal 7 16 174 0.96 0.91 0 0.32 236.77 0.92 0.35
Hex 7 10 AE 60 5B 0 20 ED 5C 23
Octal 7 20 256 140 133 0 40 355 134 43
Binary 111 10000 10101110 1100000 1011011 0 100000 11101101 1011100 100011

Color Harmonies of #0710AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0710AE

Black with #0710AE

Text Example


Text Example

White with #0710AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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