Html Css Color HEX #0712AB New Midnight Blue

📋 copy color: '#0712AB'

red 7 ◦ green 18 ◦ blue 171

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

Shades of New Midnight Blue #0712AB

Tints of New Midnight Blue #0712AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

 BLUE value IS 171 (67.19% from 255) = 87.24%

R = 3.57%
G = 9.18%
B = 87.24%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0712AB (or 0x0712AB) is known color: New Midnight Blue. HEX triplet: 07, 12 and AB. RGB value is (7,18,171). Sum of RGB (Red+Green+Blue) = 7+18+171=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 171 (67.19% from 255 or 87.24% from 196); Max value from RGB is 171 - color contains mainly: blue. Hex color #0712AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0712AB is #F8ED54. Grayscale: #1F1F1F. Windows color (decimal): -16313685 or 11211271. OLE color: 11211271.

HSL color Cylindrical-coordinate representation of color #0712AB: hue angle of 235.98º 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 #0712AB is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 18 171 -
CMYK 0.96 0.89 0 0.33
HSL 235.98º 0.92% 0.35% -
HSV(B) 235.98º 0.96% 0.67% -
XYZ 7.65 3.42 38.78 -
YUV 32.15 206.36 110.06 -
System Red Green Blue C M Y K H S L
Decimal 7 18 171 0.96 0.89 0 0.33 235.98 0.92 0.35
Hex 7 12 AB 60 59 0 21 EC 5C 23
Octal 7 22 253 140 131 0 41 354 134 43
Binary 111 10010 10101011 1100000 1011001 0 100001 11101100 1011100 100011

Color Harmonies of #0712AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0712AB

Black with #0712AB

Text Example


Text Example

White with #0712AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0712AB; }

 p { color: rgb(7,18,171); }

 H1.HeaderClassName
 {
   color: #0712AB;
 }
 .AnyTagClassName
 {
   color: #0712AB;
 }
</style>

background-color css

<style>
 a { background-color: #0712AB; }

 a { background-color: rgb(7,18,171); }

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

border-color css

<style>
 span { border-color: #0712AB; }

 span { border-color: rgb(7,18,171); }

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