Html Css Color HEX #0710AA New Midnight Blue

📋 copy color: '#0710AA'

red 7 ◦ green 16 ◦ blue 170

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

Shades of New Midnight Blue #0710AA

Tints of New Midnight Blue #0710AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 88.08%

R = 3.63%
G = 8.29%
B = 88.08%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0710AA (or 0x0710AA) is known color: New Midnight Blue. HEX triplet: 07, 10 and AA. RGB value is (7,16,170). Sum of RGB (Red+Green+Blue) = 7+16+170=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 170 (66.80% from 255 or 88.08% from 193); Max value from RGB is 170 - color contains mainly: blue. Hex color #0710AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0710AA is #F8EF55. Grayscale: #1E1E1E. Windows color (decimal): -16314198 or 11145223. OLE color: 11145223.

HSL color Cylindrical-coordinate representation of color #0710AA: hue angle of 236.69º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0710AA is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 16 170 -
CMYK 0.96 0.91 0 0.33
HSL 236.69º 0.92% 0.35% -
HSV(B) 236.69º 0.96% 0.67% -
XYZ 7.53 3.32 38.27 -
YUV 30.87 206.52 110.98 -
System Red Green Blue C M Y K H S L
Decimal 7 16 170 0.96 0.91 0 0.33 236.69 0.92 0.35
Hex 7 10 AA 60 5B 0 21 ED 5C 23
Octal 7 20 252 140 133 0 41 355 134 43
Binary 111 10000 10101010 1100000 1011011 0 100001 11101101 1011100 100011

Color Harmonies of #0710AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0710AA

Black with #0710AA

Text Example


Text Example

White with #0710AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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